Searched refs:AUDIO_BALANCE_STEP (Results 1 – 1 of 1) sorted by relevance
81 constexpr int AUDIO_BALANCE_STEP = 5; variable443 float audioBalance = round(balance * AUDIO_BALANCE_STEP) / AUDIO_BALANCE_STEP; in SetAudioBalance()