Player
The central component to start playing audio
The player uses load() to get a Track that can be played with play(). The player supports other basic operations like pausing and stopping. Getting audio is by using provide(). Whether it can provide can be gotten from canProvide().
See also
Parameters
event Listener
The EventListener called when the playback's state is changed
Constructors
Types
Functions
Link copied to clipboard
Whether the player has audio to provide with provide
Link copied to clipboard