setMasterVolume

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

@safe @trusted
static if(bindSDLMixer)
static if(sdlMixerSupport >= SDLMixerSupport.v2_6)
void
setMasterVolume
(
ubyte newVolume
)

Parameters

newVolume ubyte

new master volume ranging from 0 to 128

Meta