typealias AudioPlayerState

type AudioPlayerState = AudioPlayerBufferingState | AudioPlayerIdleState | AudioPlayerPausedState | AudioPlayerPlayingState;

The various states that the player can be in.

Constructors

constructor()