- MIX_MAJOR_VERSION
deprecated alias MIX_MAJOR_VERSION = SDL_MIXER_MAJOR_VERSION
Undocumented in source.
- MIX_MAX_VOLUME
alias MIX_MAX_VOLUME = SDL_MIX_MAXVOLUME
Undocumented in source.
- MIX_MINOR_VERSION
deprecated alias MIX_MINOR_VERSION = SDL_MIXER_MINOR_VERSION
Undocumented in source.
- MIX_PATCH_LEVEL
deprecated 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_Fading
alias Mix_Fading = int
Undocumented in source.
- Mix_GetError
alias Mix_GetError = SDL_GetError
Undocumented in source.
- Mix_InitFlags
alias Mix_InitFlags = int
Undocumented in source.
- Mix_MusicType
alias Mix_MusicType = int
Undocumented in source.
- Mix_OutOfMemory
alias Mix_OutOfMemory = SDL_OutOfMemory
Undocumented in source.
- Mix_SetError
alias Mix_SetError = SDL_SetError
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.
- 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_LoadWAV
Mix_Chunk* Mix_LoadWAV(const(char)* file)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.
- 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.
- SDL_MIXER_VERSION_ATLEAST
bool SDL_MIXER_VERSION_ATLEAST(ubyte x, ubyte y, ubyte z)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadedSDLMixerVersion
deprecated SDLMixerSupport loadedSDLMixerVersion()
Undocumented in source. Be warned that the author may not have intended to support it.