AudioPlayerStateSummaryThe various states that the player can be in.declare type AudioPlayerState = AudioPlayerBufferingState | AudioPlayerIdleState | AudioPlayerPausedState | AudioPlayerPlayingState;