StandardMediaControls

enum StandardMediaControls : Enum<StandardMediaControls>

The set of standard media controls.

defaultFactory is the factory that is used by default to create these controls.

Entries

Link copied to clipboard

Seeks a fixed amount of seconds backwards.

Link copied to clipboard

Skips backward to the start of the current item, or the previous item.

Link copied to clipboard

Toggles between playing and paused state.

Link copied to clipboard

Skips forward, towards the next media item.

Link copied to clipboard

Seeks a fixed amount of seconds forwards.

Link copied to clipboard

Toggles shuffling through the current playlist.

Link copied to clipboard

Toggles between different repeat settings (no repeat, repeat current item, repeat queue).

Properties

Link copied to clipboard
val defaultFactory: MediaControlFactory? = null

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int