- MIX_MAJOR_VERSION
alias MIX_MAJOR_VERSION = SDL_MIXER_MAJOR_VERSION
Undocumented in source.
- MIX_MINOR_VERSION
alias MIX_MINOR_VERSION = SDL_MIXER_MINOR_VERSION
Undocumented in source.
- MIX_PATCH_LEVEL
alias MIX_PATCH_LEVEL = SDL_MIXER_PATCHLEVEL
Undocumented in source.
- Mix_ClearError
alias Mix_ClearError = SDL_ClearError
Undocumented in source.
- Mix_EffectDone_t
alias Mix_EffectDone_t = void function(int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_EffectFunc_t
alias Mix_EffectFunc_t = void function(int, void*, int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GetError
alias Mix_GetError = SDL_GetError
Undocumented in source.
- Mix_SetError
alias Mix_SetError = SDL_SetError
Undocumented in source.
- SDL_MIX_VERSION
alias SDL_MIX_VERSION = SDL_MIX_MAXVOLUME
Undocumented in source.
- callbackI
alias callbackI = void function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- callbackN
alias callbackN = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- callbackVUi8I
alias callbackVUi8I = void function(void*, ubyte*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_AllocateChannels
alias pMix_AllocateChannels = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_ChannelFinished
alias pMix_ChannelFinished = void function(callbackI)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_CloseAudio
alias pMix_CloseAudio = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_ExpireChannel
alias pMix_ExpireChannel = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_FadeInChannelTimed
alias pMix_FadeInChannelTimed = int function(int, Mix_Chunk*, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_FadeInMusic
alias pMix_FadeInMusic = int function(Mix_Music*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_FadeInMusicPos
alias pMix_FadeInMusicPos = int function(Mix_Music*, int, int, double)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_FadeOutChannel
alias pMix_FadeOutChannel = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_FadeOutGroup
alias pMix_FadeOutGroup = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_FadeOutMusic
alias pMix_FadeOutMusic = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_FadingChannel
alias pMix_FadingChannel = Mix_Fading function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_FadingMusic
alias pMix_FadingMusic = Mix_Fading function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_FreeChunk
alias pMix_FreeChunk = void function(Mix_Chunk*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_FreeMusic
alias pMix_FreeMusic = void function(Mix_Music*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GetChunk
alias pMix_GetChunk = Mix_Chunk* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GetChunkDecoder
alias pMix_GetChunkDecoder = const(char)* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GetMusicDecoder
alias pMix_GetMusicDecoder = const(char)* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GetMusicHookData
alias pMix_GetMusicHookData = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GetMusicType
alias pMix_GetMusicType = Mix_MusicType function(const(Mix_Music)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GetNumChunkDecoders
alias pMix_GetNumChunkDecoders = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GetNumMusicDecoders
alias pMix_GetNumMusicDecoders = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GetSynchroValue
alias pMix_GetSynchroValue = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GroupAvailable
alias pMix_GroupAvailable = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GroupChannel
alias pMix_GroupChannel = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GroupChannels
alias pMix_GroupChannels = int function(int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GroupCount
alias pMix_GroupCount = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GroupNewer
alias pMix_GroupNewer = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_GroupOldest
alias pMix_GroupOldest = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_HaltChannel
alias pMix_HaltChannel = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_HaltGroup
alias pMix_HaltGroup = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_HaltMusic
alias pMix_HaltMusic = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_HasChunkDecoder
alias pMix_HasChunkDecoder = SDL_bool function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_HookMusic
alias pMix_HookMusic = void function(callbackVUi8I, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_HookMusicFinished
alias pMix_HookMusicFinished = void function(callbackN)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_Init
alias pMix_Init = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_Linked_Version
alias pMix_Linked_Version = const(SDL_version)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_LoadMUS
alias pMix_LoadMUS = Mix_Music* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_LoadMUSType_RW
alias pMix_LoadMUSType_RW = Mix_Music* function(SDL_RWops*, Mix_MusicType, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_LoadMUS_RW
alias pMix_LoadMUS_RW = Mix_Music* function(SDL_RWops*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_LoadWAV_RW
alias pMix_LoadWAV_RW = Mix_Chunk* function(SDL_RWops*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_OpenAudio
alias pMix_OpenAudio = int function(int, ushort, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_OpenAudioDevice
alias pMix_OpenAudioDevice = int function(int, ushort, int, int, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_Pause
alias pMix_Pause = void function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_PauseMusic
alias pMix_PauseMusic = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_Paused
alias pMix_Paused = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_PausedMusic
alias pMix_PausedMusic = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_PlayChannelTimed
alias pMix_PlayChannelTimed = int function(int, Mix_Chunk*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_PlayMusic
alias pMix_PlayMusic = int function(Mix_Music*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_Playing
alias pMix_Playing = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_PlayingMusic
alias pMix_PlayingMusic = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_QuerySpec
alias pMix_QuerySpec = int function(int*, ushort*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_QuickLoad_RAW
alias pMix_QuickLoad_RAW = Mix_Chunk* function(ubyte*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_QuickLoad_WAV
alias pMix_QuickLoad_WAV = Mix_Chunk* function(ubyte*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_Quit
alias pMix_Quit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_RegisterEffect
alias pMix_RegisterEffect = int function(int, Mix_EffectFunc_t, Mix_EffectDone_t, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_ReserveChannels
alias pMix_ReserveChannels = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_Resume
alias pMix_Resume = void function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_ResumeMusic
alias pMix_ResumeMusic = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_RewindMusic
alias pMix_RewindMusic = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_SetDistance
alias pMix_SetDistance = int function(int, ubyte)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_SetMusicCMD
alias pMix_SetMusicCMD = int function(in char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_SetMusicPosition
alias pMix_SetMusicPosition = int function(double)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_SetPanning
alias pMix_SetPanning = int function(int, ubyte, ubyte)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_SetPosition
alias pMix_SetPosition = int function(int, short, ubyte)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_SetPostMix
alias pMix_SetPostMix = void function(callbackVUi8I, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_SetReverseStereo
alias pMix_SetReverseStereo = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_SetSynchroValue
alias pMix_SetSynchroValue = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_UnregisterAllEffects
alias pMix_UnregisterAllEffects = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_UnregisterEffect
alias pMix_UnregisterEffect = int function(int, Mix_EffectFunc_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_Volume
alias pMix_Volume = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_VolumeChunk
alias pMix_VolumeChunk = int function(Mix_Chunk*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pMix_VolumeMusic
alias pMix_VolumeMusic = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_AllocateChannels
int Mix_AllocateChannels(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_ChannelFinished
void Mix_ChannelFinished(callbackI )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_CloseAudio
void Mix_CloseAudio()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_ExpireChannel
int Mix_ExpireChannel(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_FadeInChannel
int Mix_FadeInChannel(int channel, Mix_Chunk* chunk, int loops, int ms)
Undocumented in source. Be warned that the author may not have intended to support it.
- Mix_FadeInChannelTimed
int Mix_FadeInChannelTimed(int , Mix_Chunk* , int , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_FadeInMusic
int Mix_FadeInMusic(Mix_Music* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_FadeInMusicPos
int Mix_FadeInMusicPos(Mix_Music* , int , int , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_FadeOutChannel
int Mix_FadeOutChannel(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_FadeOutGroup
int Mix_FadeOutGroup(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_FadeOutMusic
int Mix_FadeOutMusic(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_FadingChannel
Mix_Fading Mix_FadingChannel(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_FadingMusic
Mix_Fading Mix_FadingMusic()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_FreeChunk
void Mix_FreeChunk(Mix_Chunk* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_FreeMusic
void Mix_FreeMusic(Mix_Music* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GetChunk
Mix_Chunk* Mix_GetChunk(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GetChunkDecoder
const(char)* Mix_GetChunkDecoder(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GetMusicDecoder
const(char)* Mix_GetMusicDecoder(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GetMusicHookData
void* Mix_GetMusicHookData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GetMusicType
Mix_MusicType Mix_GetMusicType(const(Mix_Music)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GetNumChunkDecoders
int Mix_GetNumChunkDecoders()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GetNumMusicDecoders
int Mix_GetNumMusicDecoders()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GetSynchroValue
int Mix_GetSynchroValue()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GroupAvailable
int Mix_GroupAvailable(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GroupChannel
int Mix_GroupChannel(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GroupChannels
int Mix_GroupChannels(int , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GroupCount
int Mix_GroupCount(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GroupNewer
int Mix_GroupNewer(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_GroupOldest
int Mix_GroupOldest(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_HaltChannel
int Mix_HaltChannel(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_HaltGroup
int Mix_HaltGroup(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_HaltMusic
int Mix_HaltMusic()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_HasChunkDecoder
SDL_bool Mix_HasChunkDecoder(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_HookMusic
void Mix_HookMusic(callbackVUi8I , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_HookMusicFinished
void Mix_HookMusicFinished(callbackN )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_Init
int Mix_Init(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_Linked_Version
const(SDL_version)* Mix_Linked_Version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_LoadMUS
Mix_Music* Mix_LoadMUS(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_LoadMUSType_RW
Mix_Music* Mix_LoadMUSType_RW(SDL_RWops* , Mix_MusicType , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_LoadMUS_RW
Mix_Music* Mix_LoadMUS_RW(SDL_RWops* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_LoadWAV
Mix_Chunk* Mix_LoadWAV(const(char)* file)
Undocumented in source. Be warned that the author may not have intended to support it.
- Mix_LoadWAV_RW
Mix_Chunk* Mix_LoadWAV_RW(SDL_RWops* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_OpenAudio
int Mix_OpenAudio(int , ushort , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_OpenAudioDevice
int Mix_OpenAudioDevice(int , ushort , int , int , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_Pause
void Mix_Pause(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_PauseMusic
void Mix_PauseMusic()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_Paused
int Mix_Paused(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_PausedMusic
int Mix_PausedMusic()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_PlayChannel
int Mix_PlayChannel(int channel, Mix_Chunk* chunk, int loops)
Undocumented in source. Be warned that the author may not have intended to support it.
- Mix_PlayChannelTimed
int Mix_PlayChannelTimed(int , Mix_Chunk* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_PlayMusic
int Mix_PlayMusic(Mix_Music* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_Playing
int Mix_Playing(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_PlayingMusic
int Mix_PlayingMusic()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_QuerySpec
int Mix_QuerySpec(int* , ushort* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_QuickLoad_RAW
Mix_Chunk* Mix_QuickLoad_RAW(ubyte* , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_QuickLoad_WAV
Mix_Chunk* Mix_QuickLoad_WAV(ubyte* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_Quit
void Mix_Quit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_RegisterEffect
int Mix_RegisterEffect(int , Mix_EffectFunc_t , Mix_EffectDone_t , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_ReserveChannels
int Mix_ReserveChannels(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_Resume
void Mix_Resume(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_ResumeMusic
void Mix_ResumeMusic()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_RewindMusic
void Mix_RewindMusic()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_SetDistance
int Mix_SetDistance(int , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_SetMusicCMD
int Mix_SetMusicCMD(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_SetMusicPosition
int Mix_SetMusicPosition(double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_SetPanning
int Mix_SetPanning(int , ubyte , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_SetPosition
int Mix_SetPosition(int , short , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_SetPostMix
void Mix_SetPostMix(callbackVUi8I , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_SetReverseStereo
int Mix_SetReverseStereo(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_SetSynchroValue
int Mix_SetSynchroValue(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_UnregisterAllEffects
int Mix_UnregisterAllEffects(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_UnregisterEffect
int Mix_UnregisterEffect(int , Mix_EffectFunc_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_Volume
int Mix_Volume(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_VolumeChunk
int Mix_VolumeChunk(Mix_Chunk* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Mix_VolumeMusic
int Mix_VolumeMusic(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_MIXER_VERSION
void SDL_MIXER_VERSION(SDL_version* X)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadSDLMixer
SDLMixerSupport loadSDLMixer(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadSDLMixer
SDLMixerSupport loadSDLMixer()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadedSDLMixerVersion
SDLMixerSupport loadedSDLMixerVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
- unloadSDLMixer
void unloadSDLMixer()
Undocumented in source. Be warned that the author may not have intended to support it.
- Mix_AllocateChannels
pMix_AllocateChannels Mix_AllocateChannels;
Undocumented in source.
- Mix_ChannelFinished
pMix_ChannelFinished Mix_ChannelFinished;
Undocumented in source.
- Mix_CloseAudio
pMix_CloseAudio Mix_CloseAudio;
Undocumented in source.
- Mix_ExpireChannel
pMix_ExpireChannel Mix_ExpireChannel;
Undocumented in source.
- Mix_FadeInChannelTimed
pMix_FadeInChannelTimed Mix_FadeInChannelTimed;
Undocumented in source.
- Mix_FadeInMusic
pMix_FadeInMusic Mix_FadeInMusic;
Undocumented in source.
- Mix_FadeInMusicPos
pMix_FadeInMusicPos Mix_FadeInMusicPos;
Undocumented in source.
- Mix_FadeOutChannel
pMix_FadeOutChannel Mix_FadeOutChannel;
Undocumented in source.
- Mix_FadeOutGroup
pMix_FadeOutGroup Mix_FadeOutGroup;
Undocumented in source.
- Mix_FadeOutMusic
pMix_FadeOutMusic Mix_FadeOutMusic;
Undocumented in source.
- Mix_FadingChannel
pMix_FadingChannel Mix_FadingChannel;
Undocumented in source.
- Mix_FadingMusic
pMix_FadingMusic Mix_FadingMusic;
Undocumented in source.
- Mix_FreeChunk
pMix_FreeChunk Mix_FreeChunk;
Undocumented in source.
- Mix_FreeMusic
pMix_FreeMusic Mix_FreeMusic;
Undocumented in source.
- Mix_GetChunk
pMix_GetChunk Mix_GetChunk;
Undocumented in source.
- Mix_GetChunkDecoder
pMix_GetChunkDecoder Mix_GetChunkDecoder;
Undocumented in source.
- Mix_GetMusicDecoder
pMix_GetMusicDecoder Mix_GetMusicDecoder;
Undocumented in source.
- Mix_GetMusicHookData
pMix_GetMusicHookData Mix_GetMusicHookData;
Undocumented in source.
- Mix_GetMusicType
pMix_GetMusicType Mix_GetMusicType;
Undocumented in source.
- Mix_GetNumChunkDecoders
pMix_GetNumChunkDecoders Mix_GetNumChunkDecoders;
Undocumented in source.
- Mix_GetNumMusicDecoders
pMix_GetNumMusicDecoders Mix_GetNumMusicDecoders;
Undocumented in source.
- Mix_GetSynchroValue
pMix_GetSynchroValue Mix_GetSynchroValue;
Undocumented in source.
- Mix_GroupAvailable
pMix_GroupAvailable Mix_GroupAvailable;
Undocumented in source.
- Mix_GroupChannel
pMix_GroupChannel Mix_GroupChannel;
Undocumented in source.
- Mix_GroupChannels
pMix_GroupChannels Mix_GroupChannels;
Undocumented in source.
- Mix_GroupCount
pMix_GroupCount Mix_GroupCount;
Undocumented in source.
- Mix_GroupNewer
pMix_GroupNewer Mix_GroupNewer;
Undocumented in source.
- Mix_GroupOldest
pMix_GroupOldest Mix_GroupOldest;
Undocumented in source.
- Mix_HaltChannel
pMix_HaltChannel Mix_HaltChannel;
Undocumented in source.
- Mix_HaltGroup
pMix_HaltGroup Mix_HaltGroup;
Undocumented in source.
- Mix_HaltMusic
pMix_HaltMusic Mix_HaltMusic;
Undocumented in source.
- Mix_HasChunkDecoder
pMix_HasChunkDecoder Mix_HasChunkDecoder;
Undocumented in source.
- Mix_HookMusic
pMix_HookMusic Mix_HookMusic;
Undocumented in source.
- Mix_HookMusicFinished
pMix_HookMusicFinished Mix_HookMusicFinished;
Undocumented in source.
- Mix_Init
pMix_Init Mix_Init;
Undocumented in source.
- Mix_Linked_Version
pMix_Linked_Version Mix_Linked_Version;
Undocumented in source.
- Mix_LoadMUS
pMix_LoadMUS Mix_LoadMUS;
Undocumented in source.
- Mix_LoadMUSType_RW
pMix_LoadMUSType_RW Mix_LoadMUSType_RW;
Undocumented in source.
- Mix_LoadMUS_RW
pMix_LoadMUS_RW Mix_LoadMUS_RW;
Undocumented in source.
- Mix_LoadWAV_RW
pMix_LoadWAV_RW Mix_LoadWAV_RW;
Undocumented in source.
- Mix_OpenAudio
pMix_OpenAudio Mix_OpenAudio;
Undocumented in source.
- Mix_OpenAudioDevice
pMix_OpenAudioDevice Mix_OpenAudioDevice;
Undocumented in source.
- Mix_Pause
pMix_Pause Mix_Pause;
Undocumented in source.
- Mix_PauseMusic
pMix_PauseMusic Mix_PauseMusic;
Undocumented in source.
- Mix_Paused
pMix_Paused Mix_Paused;
Undocumented in source.
- Mix_PausedMusic
pMix_PausedMusic Mix_PausedMusic;
Undocumented in source.
- Mix_PlayChannelTimed
pMix_PlayChannelTimed Mix_PlayChannelTimed;
Undocumented in source.
- Mix_PlayMusic
pMix_PlayMusic Mix_PlayMusic;
Undocumented in source.
- Mix_Playing
pMix_Playing Mix_Playing;
Undocumented in source.
- Mix_PlayingMusic
pMix_PlayingMusic Mix_PlayingMusic;
Undocumented in source.
- Mix_QuerySpec
pMix_QuerySpec Mix_QuerySpec;
Undocumented in source.
- Mix_QuickLoad_RAW
pMix_QuickLoad_RAW Mix_QuickLoad_RAW;
Undocumented in source.
- Mix_QuickLoad_WAV
pMix_QuickLoad_WAV Mix_QuickLoad_WAV;
Undocumented in source.
- Mix_Quit
pMix_Quit Mix_Quit;
Undocumented in source.
- Mix_RegisterEffect
pMix_RegisterEffect Mix_RegisterEffect;
Undocumented in source.
- Mix_ReserveChannels
pMix_ReserveChannels Mix_ReserveChannels;
Undocumented in source.
- Mix_Resume
pMix_Resume Mix_Resume;
Undocumented in source.
- Mix_ResumeMusic
pMix_ResumeMusic Mix_ResumeMusic;
Undocumented in source.
- Mix_RewindMusic
pMix_RewindMusic Mix_RewindMusic;
Undocumented in source.
- Mix_SetDistance
pMix_SetDistance Mix_SetDistance;
Undocumented in source.
- Mix_SetMusicCMD
pMix_SetMusicCMD Mix_SetMusicCMD;
Undocumented in source.
- Mix_SetMusicPosition
pMix_SetMusicPosition Mix_SetMusicPosition;
Undocumented in source.
- Mix_SetPanning
pMix_SetPanning Mix_SetPanning;
Undocumented in source.
- Mix_SetPosition
pMix_SetPosition Mix_SetPosition;
Undocumented in source.
- Mix_SetPostMix
pMix_SetPostMix Mix_SetPostMix;
Undocumented in source.
- Mix_SetReverseStereo
pMix_SetReverseStereo Mix_SetReverseStereo;
Undocumented in source.
- Mix_SetSynchroValue
pMix_SetSynchroValue Mix_SetSynchroValue;
Undocumented in source.
- Mix_UnregisterAllEffects
pMix_UnregisterAllEffects Mix_UnregisterAllEffects;
Undocumented in source.
- Mix_UnregisterEffect
pMix_UnregisterEffect Mix_UnregisterEffect;
Undocumented in source.
- Mix_Volume
pMix_Volume Mix_Volume;
Undocumented in source.
- Mix_VolumeChunk
pMix_VolumeChunk Mix_VolumeChunk;
Undocumented in source.
- Mix_VolumeMusic
pMix_VolumeMusic Mix_VolumeMusic;
Undocumented in source.