Function: normalizePlaybackState()
function normalizePlaybackState(state: PlaybackState): NativePlaybackState;
Defined in: packages/media-session/src/validate.ts:301
Validate and fill in a PlaybackState, producing the exact struct the bridge wants. The single choke point: nothing reaches native un-validated.
Parameters
| Parameter | Type |
|---|---|
state | PlaybackState |