D class that acts as a proxy for a mixer audio channel from a channel ID
D class that wraps Mix_Chunk storing an audio chunk for playback
D class that wraps Mix_Music storing music for playback
Wraps Mix_AllocateChannels which changes the amount of track channels managed by SDL_mixer
Gets dsdl2.mixer.Channel proxy instances of the available audio channels provided by SDL_mixer
Wraps Mix_MasterVolume (from SDL_mixer 2.6) which gets the master volume
Wraps Mix_Linked_Version which gets the version of the linked SDL2_mixer library
Wraps Mix_Init which initializes selected SDL2_mixer audio format subsystems
Wraps Mix_LoadWAV which loads an audio file from the filesystem to a dsdl2.mixer.Chunk
Wraps Mix_LoadMUS which loads an audio file from the filesystem to a dsdl2.mixer.Music
Wraps Mix_LoadMUS_RW which loads an audio file from a buffer to a dsdl2.mixer.Music
Wraps Mix_LoadMUSType_RW which loads a typed audio file from a buffer to a dsdl2.mixer.Music
Wraps Mix_QuickLoad_RAW which loads raw PCM audio data to a dsdl2.mixer.Chunk
Wraps Mix_LoadWAV_RW which loads an audio file from a buffer to a dsdl2.mixer.Chunk
Loads the SDL2_mixer shared dynamic library, which wraps bindbc-sdl's loadSDLMixer function
Wraps Mix_OpenAudio which opens the default audio device for playback by SDL_mixer
Wraps Mix_OpenAudioDevice (from SDL_mixer 2.0.2) which opens a selected audio device for playback by SDL_mixer
Wraps Mix_QuerySpec which queries the default audio device information
Wraps Mix_Quit which entirely deinitializes SDL2_mixer
Wraps Mix_ReserveChannels which reserves the first track channels managed by SDL_mixer for the application
Wraps Mix_MasterVolume (from SDL_mixer 2.6) which sets the master volume
Alias to MIX_CHANNELS
Alias to MIX_DEFAULT_FORMAT
Alias to MIX_DEFAULT_FREQUENCY
Alias to MIX_MAX_VOLUME