AudioPlayerStatus
No summary provided.
declare enum AudioPlayerStatus
declare enum AudioPlayerStatus
AutoPaused
=
"autopaused"
When the player has paused itself. Only possible with the "pause" no subscriber behavior.
Buffering
=
"buffering"
When the player is waiting for an audio resource to become readable before transitioning to Playing.
Idle
=
"idle"
When there is currently no resource for the player to be playing.
Paused
=
"paused"
When the player has been manually paused.
Playing
=
"playing"
When the player is actively playing an audio resource.