Uses of Class
sdljava.x.swig.Mix_Chunk

Packages that use Mix_Chunk
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_Chunk in sdljava.mixer
 

Fields in sdljava.mixer declared as Mix_Chunk
(package private)  Mix_Chunk MixChunk.swigMixChunk
           
 

Methods in sdljava.mixer that return Mix_Chunk
 Mix_Chunk MixChunk.getSwigMixChunk()
          Gets the value of swigMixChunk
 

Methods in sdljava.mixer with parameters of type Mix_Chunk
 void MixChunk.setSwigMixChunk(Mix_Chunk argSwigMixChunk)
          Sets the value of swigMixChunk
 

Constructors in sdljava.mixer with parameters of type Mix_Chunk
MixChunk(Mix_Chunk swigMixChunk)
           
 

Uses of Mix_Chunk in sdljava.x.swig
 

Methods in sdljava.x.swig that return Mix_Chunk
static Mix_Chunk SWIG_SDLMixer.Mix_GetChunk(int channel)
           
static Mix_Chunk SWIG_SDLMixer.SWIG_Mix_LoadWAV_Buffer(java.nio.Buffer buf, int size)
           
static Mix_Chunk SWIG_SDLMixer.SWIG_Mix_LoadWAV(java.lang.String file)
           
 

Methods in sdljava.x.swig with parameters of type Mix_Chunk
protected static long Mix_Chunk.getCPtr(Mix_Chunk obj)
           
static int SWIG_SDLMixer.Mix_FadeInChannelTimed(int channel, Mix_Chunk chunk, int loops, int ms, int ticks)
           
static void SWIG_SDLMixer.Mix_FreeChunk(Mix_Chunk chunk)
           
static int SWIG_SDLMixer.Mix_PlayChannelTimed(int channel, Mix_Chunk chunk, int loops, int ticks)
           
static int SWIG_SDLMixer.Mix_VolumeChunk(Mix_Chunk chunk, int volume)
           
static int SWIG_SDLMixer.SWIG_Mix_FadeInChannel(int arg0, Mix_Chunk arg1, int loops, int ms)
           
static int SWIG_SDLMixer.SWIG_Mix_PlayChannel(int channel, Mix_Chunk chunk, int loops)