autoplay the next track if set in config internal implementation, don't use it.
config the stream for initialization internal implementation, don't use it.
Returns Observable which listens to audio events of audio stream
Method to get stream of state updates
Method to Check if First Track is Playing or not
Alternatively you can this.state()
Observable to get state.
state has isFirstTrack:boolean
to check if First Track is playing or not
Method to Check if Last Track is Playing or not.
Alternatively you can this.state()
Observable to get state.
state has isLastTrack:boolean
to check if First Track is playing or not
load a new track
initialize the audio stream internal implementation, don't use it.
Select the Next Audio Item in Playlist.
But it doens't play it automatically.
Run play()
to play the stream
Pause the Audio Stream
Play the Audio Stream
Method to play track at particular index
Select the Previous Audio Item in Playlist.
But it doens't play it automatically.
Run play()
to play the stream
method to remove events listeners for audio stream internal implementation, don't use it.
Seek audio to particular time
Mute the audio stream volume
Set sinkId for this stream
Set the audio stream volume
Stop the Audio Stream
Switch the currrent Track to particular index
It just switch the track, doesn't play the track.
To do switch and play, use platAt()
method.
method to update state from audio events internal implementation, don't use it.
method to update state from properties internal implementation, don't use it.
Generated using TypeDoc
method to add events listener for audio stream internal implementation, don't use it.