Query the current volume value for a music object.
int Mix_GetMusicVolume(Mix_Music *music);
music | the music object to query. |
Returns the music's current volume, between 0 and MIX_MAX_VOLUME (128).
This function is available since SDL_mixer 3.0.0.