sdl_mixer

Undocumented in source.

Members

Aliases

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.

Enums

MIX_INIT_FLAC
anonymousenum MIX_INIT_FLAC
Undocumented in source.
MIX_INIT_MID
anonymousenum MIX_INIT_MID
Undocumented in source.
MIX_INIT_MODPLUG
anonymousenum MIX_INIT_MODPLUG
Undocumented in source.
MIX_INIT_OPUS
anonymousenum MIX_INIT_OPUS
Undocumented in source.
MIX_NO_FADING
anonymousenum MIX_NO_FADING
Undocumented in source.
MUS_MP3_MAD
anonymousenum MUS_MP3_MAD
Undocumented in source.
MUS_MP3_MAD_UNUSED
anonymousenum MUS_MP3_MAD_UNUSED
Undocumented in source.
MUS_NONE
anonymousenum MUS_NONE
Undocumented in source.
MUS_OPUS
anonymousenum MUS_OPUS
Undocumented in source.
SDLMixerSupport
enum SDLMixerSupport
Undocumented in source.
SDL_MIXER_VERSION_ATLEAST
deprecated eponymoustemplate SDL_MIXER_VERSION_ATLEAST(ubyte X, ubyte Y, ubyte Z)
Undocumented in source.

Functions

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.

Manifest constants

MIX_CHANNELS
enum MIX_CHANNELS;
Undocumented in source.
MIX_CHANNEL_POST
enum MIX_CHANNEL_POST;
Undocumented in source.
MIX_DEFAULT_CHANNELS
enum MIX_DEFAULT_CHANNELS;
Undocumented in source.
MIX_DEFAULT_FORMAT
enum MIX_DEFAULT_FORMAT;
Undocumented in source.
MIX_DEFAULT_FREQUENCY
enum MIX_DEFAULT_FREQUENCY;
Undocumented in source.
MIX_EFFECTSMAXSPEED
enum MIX_EFFECTSMAXSPEED;
Undocumented in source.
SDL_MIXER_COMPILEDVERSION
deprecated enum SDL_MIXER_COMPILEDVERSION;
Undocumented in source.
SDL_MIXER_MAJOR_VERSION
enum SDL_MIXER_MAJOR_VERSION;
Undocumented in source.
SDL_MIXER_MINOR_VERSION
enum SDL_MIXER_MINOR_VERSION;
Undocumented in source.
SDL_MIXER_PATCHLEVEL
enum SDL_MIXER_PATCHLEVEL;
Undocumented in source.
sdlMixerSupport
enum sdlMixerSupport;
Undocumented in source.

Structs

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

Meta