getMasterVolume

Wraps Mix_MasterVolume (from SDL_mixer 2.6) which gets the master volume

@safe @trusted
static if(bindSDLMixer)
static if(sdlMixerSupport >= SDLMixerSupport.v2_6)
ubyte
getMasterVolume
()

Return Value

Type: ubyte

master volume ranging from 0 to 128

Meta