Uses of Class
sdljava.x.swig.SDL_AudioSpec

Packages that use SDL_AudioSpec
sdljava.audio Provides a bare bones interface to the SDL_audio api defined in SDL_audio.h. 
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of SDL_AudioSpec in sdljava.audio
 

Fields in sdljava.audio declared as SDL_AudioSpec
(package private)  SDL_AudioSpec SDLAudioSpec.swigAudioSpec
           
 

Methods in sdljava.audio that return SDL_AudioSpec
 SDL_AudioSpec SDLAudioSpec.getSwigAudioSpec()
          Gets the value of swigAudioSpec
 

Methods in sdljava.audio with parameters of type SDL_AudioSpec
 void SDLAudioSpec.setSwigAudioSpec(SDL_AudioSpec argSwigAudioSpec)
          Sets the value of swigAudioSpec
 

Uses of SDL_AudioSpec in sdljava.x.swig
 

Methods in sdljava.x.swig with parameters of type SDL_AudioSpec
protected static long SDL_AudioSpec.getCPtr(SDL_AudioSpec obj)
           
static int SWIG_SDLAudio.SWIG_SDL_OpenAudio(SDL_AudioSpec desired, SDL_AudioSpec obtained)