Get a mixer's master frequency ratio.
Defined in <SDL3_mixer/SDL_mixer.h>
float MIX_GetMasterFrequencyRatio(MIX_Mixer *mixer);| MIX_Mixer * | mixer | the mixer to query. |
(float) Returns the mixer's current master frequency ratio.
This returns the last value set through MIX_SetMasterFrequencyRatio(), or 1.0f if no value has ever been explicitly set.
It is safe to call this function from any thread.
This function is available since SDL_mixer 3.0.0.