PlayerRepository
Properties
Returns the player's currently available commands.
Returns the current Media playing, or that would play when player starts playing.
Emits events when PlaybackState of the player changes.
Returns the seekBack increment.
Returns the seekForward increment.
Returns the current value for shuffling of Media mode.
Functions
Clears the playlist.
Returns the index of the current Media.
Returns the Media at the given index.
Returns the number of Media in the playlist.
Returns whether a next Media exists.
Returns whether a previous Media exists.
Removes the Media at the given index of the playlist.
Seeks back in the current media by seek back increment.
Seek forward in the current media by seek forward increment.
Seeks to the default position associated with the specified Media.
Set the playback speed.
Sets whether shuffling of Media is enabled.
Skips to the default position of next Media.
Skips to the default position of previous Media.