Variable: DEFAULT_SUPPORTED_PLAYBACK_RATES
const DEFAULT_SUPPORTED_PLAYBACK_RATES: readonly number[];
Defined in: packages/media-session/src/validate.ts:598
MPChangePlaybackRateCommand.supportedPlaybackRates when the app names none.
Unchanged from the constant this replaced (RemoteCommandBinding.supportedRates),
so making the list configurable changes nothing for an app that does not
configure it. Negative rates are absent because MediaPlayer does not support
them.