Uses of Class
sdljava.x.swig.Mix_MusicType

Packages that use Mix_MusicType
sdljava.mixer Provides all the functions which are defined in the SDL_mixer.h header 
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of Mix_MusicType in sdljava.mixer
 

Methods in sdljava.mixer that return Mix_MusicType
static Mix_MusicType SDLMixer.getMusicType(MixMusic music)
          Tells you the file format encoding of the music.
 

Uses of Mix_MusicType in sdljava.x.swig
 

Fields in sdljava.x.swig declared as Mix_MusicType
static Mix_MusicType Mix_MusicType.MUS_CMD
           
static Mix_MusicType Mix_MusicType.MUS_MID
           
static Mix_MusicType Mix_MusicType.MUS_MOD
           
static Mix_MusicType Mix_MusicType.MUS_MP3
           
static Mix_MusicType Mix_MusicType.MUS_NONE
           
static Mix_MusicType Mix_MusicType.MUS_OGG
           
static Mix_MusicType Mix_MusicType.MUS_WAV
           
private static Mix_MusicType[] Mix_MusicType.swigValues
           
 

Methods in sdljava.x.swig that return Mix_MusicType
static Mix_MusicType SWIG_SDLMixer.Mix_GetMusicType(SWIGTYPE_p__Mix_Music music)
           
static Mix_MusicType Mix_MusicType.swigToEnum(int swigValue)