Variable: MPV_VOLUME_SCALE
const MPV_VOLUME_SCALE: 100 = 100;
Defined in: packages/player/src/properties.ts:310
mpv's volume property is a percentage: 100 is unattenuated output.
The public PlayerState.volume is normalised to 0..1, so every
conversion goes through this constant.