bindbc.sdl.mixer

Undocumented in source.

Members

Aliases

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.
callbackIPCPV
alias callbackIPCPV = int function(const(char*), void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
callbackV
alias callbackV = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
callbackVI
alias callbackVI = 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.
callbackVPVPUbI
alias callbackVPVPUbI = 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 numchans)
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(callbackVI channel_finished)
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_EachSoundFont
alias pMix_EachSoundFont = int function(callbackIPCPV function_, void* data)
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 channel, int ticks)
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 channel, Mix_Chunk* chunk, int loops, int ms, int ticks)
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* music, int loops, int ms)
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* music, int loops, int ms, double position)
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 which, int ms)
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 tag, int ms)
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 ms)
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 which)
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* 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* 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 channel)
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 index)
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 index)
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)* 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_GetSoundFonts
alias pMix_GetSoundFonts = const(char)* 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 tag)
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 which, int tag)
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 from, int to, int tag)
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 tag)
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 tag)
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 tag)
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 channel)
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 tag)
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)* name)
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(callbackVPVPUbI mix_func, void* arg)
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(callbackV music_finished)
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 flags)
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)* file)
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* src, Mix_MusicType type, int freesrc)
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* src, int freesrc)
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* src, int freesrc)
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 frequency, ushort format, int channels, int chunksize)
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 frequency, ushort format, int channels, int chunksize, const(char)* device, int allowed_changes)
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 channel)
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 channel)
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 channel, Mix_Chunk* chunk, int loops, int ticks)
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* music, int loops)
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 channel)
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* frequency, ushort* format, int* channels)
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* mem, uint len)
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* mem)
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 chan, Mix_EffectFunc_t f, Mix_EffectDone_t d, void* arg)
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 num)
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 channel)
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 channel, ubyte distance)
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(const(char)* command)
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 position)
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 channel, ubyte left, ubyte right)
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 channel, short angle, ubyte distance)
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(callbackVPVPUbI mix_func, void* arg)
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 channel, int flip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pMix_SetSoundFonts
alias pMix_SetSoundFonts = int function(const char* paths)
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 value)
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 channel)
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 channel, Mix_EffectFunc_t f)
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 channel, int volume)
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* chunk, int volume)
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 volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

MIX_CHANNELS
anonymousenum MIX_CHANNELS
Undocumented in source.
Mix_Fading
enum Mix_Fading
Undocumented in source.
Mix_InitFlags
enum Mix_InitFlags
Undocumented in source.
Mix_InitFlags
enum Mix_InitFlags
Undocumented in source.
Mix_InitFlags
enum Mix_InitFlags
Undocumented in source.
Mix_MusicType
enum Mix_MusicType
Undocumented in source.
Mix_MusicType
enum Mix_MusicType
Undocumented in source.
Mix_MusicType
enum Mix_MusicType
Undocumented in source.
SDLMixerSupport
enum SDLMixerSupport
Undocumented in source.
SDL_MIXER_VERSION_ATLEAST
eponymoustemplate SDL_MIXER_VERSION_ATLEAST(ubyte X, ubyte Y, ubyte Z)
Undocumented in source.

Functions

Mix_AllocateChannels
int Mix_AllocateChannels(int numchans)
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(callbackVI channel_finished)
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_EachSoundFont
int Mix_EachSoundFont(callbackIPCPV function_, void* data)
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 channel, int ticks)
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 channel, Mix_Chunk* chunk, int loops, int ms, int ticks)
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* music, int loops, int ms)
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* music, int loops, int ms, double position)
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 which, int ms)
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 tag, int ms)
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 ms)
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 which)
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* 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* 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 channel)
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 index)
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 index)
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)* 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_GetSoundFonts
const(char)* Mix_GetSoundFonts()
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 tag)
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 which, int tag)
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 from, int to, int tag)
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 tag)
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 tag)
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 tag)
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 channel)
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 tag)
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)* name)
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(callbackVPVPUbI mix_func, void* arg)
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(callbackV music_finished)
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 flags)
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)* file)
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* src, Mix_MusicType type, int freesrc)
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* src, int freesrc)
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* src, int freesrc)
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 frequency, ushort format, int channels, int chunksize)
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 frequency, ushort format, int channels, int chunksize, const(char)* device, int allowed_changes)
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 channel)
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 channel)
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 channel, Mix_Chunk* chunk, int loops, int ticks)
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* music, int loops)
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 channel)
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* frequency, ushort* format, int* channels)
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* mem, uint len)
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* mem)
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 chan, Mix_EffectFunc_t f, Mix_EffectDone_t d, void* arg)
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 num)
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 channel)
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 channel, ubyte distance)
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(const(char)* command)
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 position)
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 channel, ubyte left, ubyte right)
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 channel, short angle, ubyte distance)
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(callbackVPVPUbI mix_func, void* arg)
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 channel, int flip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Mix_SetSoundFonts
int Mix_SetSoundFonts(char* paths)
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 value)
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 channel)
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 channel, Mix_EffectFunc_t f)
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 channel, int volume)
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* chunk, int volume)
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 volume)
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.
isSDLMixerLoaded
bool isSDLMixerLoaded()
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.

Manifest constants

MIX_DEFAULT_FORMAT
enum MIX_DEFAULT_FORMAT;
Undocumented in source.
MIX_DEFAULT_FORMAT
enum MIX_DEFAULT_FORMAT;
Undocumented in source.
MIX_EFFECTSMAXSPEED
enum MIX_EFFECTSMAXSPEED;
Undocumented in source.
SDL_MIXER_COMPILEDVERSION
enum SDL_MIXER_COMPILEDVERSION;
Undocumented in source.
sdlMixerSupport
enum sdlMixerSupport;
Undocumented in source.
sdlMixerSupport
enum sdlMixerSupport;
Undocumented in source.
sdlMixerSupport
enum sdlMixerSupport;
Undocumented in source.
sdlMixerSupport
enum sdlMixerSupport;
Undocumented in source.

Static variables

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_EachSoundFont
pMix_EachSoundFont Mix_EachSoundFont;
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_GetSoundFonts
pMix_GetSoundFonts Mix_GetSoundFonts;
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_SetSoundFonts
pMix_SetSoundFonts Mix_SetSoundFonts;
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.

Structs

Mix_Chunk
struct Mix_Chunk
Undocumented in source.
Mix_Music
struct Mix_Music
Undocumented in source.

Variables

SDL_MIXER_MAJOR_VERSION
enum ubyte SDL_MIXER_MAJOR_VERSION;
Undocumented in source.
SDL_MIXER_MINOR_VERSION
enum ubyte SDL_MIXER_MINOR_VERSION;
Undocumented in source.
SDL_MIXER_PATCHLEVEL
enum ubyte SDL_MIXER_PATCHLEVEL;
Undocumented in source.
SDL_MIXER_PATCHLEVEL
enum ubyte SDL_MIXER_PATCHLEVEL;
Undocumented in source.
SDL_MIXER_PATCHLEVEL
enum ubyte SDL_MIXER_PATCHLEVEL;
Undocumented in source.
SDL_MIXER_PATCHLEVEL
enum ubyte SDL_MIXER_PATCHLEVEL;
Undocumented in source.

Meta