AudioPlayerStatus
No description provided
AudioPlayerStatus
Property | Type | Value | Description |
---|---|---|---|
AutoPaused | 'autopaused' | N/A | When the player has paused itself. Only possible with the "pause" no subscriber behavior. |
Buffering | 'buffering' | N/A | When the player is waiting for an audio resource to become readable before transitioning to Playing. |
Idle | 'idle' | N/A | When there is currently no resource for the player to be playing. |
Paused | 'paused' | N/A | When the player has been manually paused. |
Playing | 'playing' | N/A | When the player is actively playing an audio resource. |