StandardActionId

enum StandardActionId : Enum<StandardActionId> , ActionId

Common Action IDs recognized by the stock IVI media service.

These actions are used to communicate between the media library and the service.

Parameters

id

ID of the action.

Entries

Link copied to clipboard

ID of an action to play a media item from the currently active source, if there is one.

Link copied to clipboard

ID of an action to play a media item from a specific source.

Link copied to clipboard

ID of an action to pause playback.

Link copied to clipboard

ID of an action to start or resume playback.

Link copied to clipboard

ID of an action to stop playback.

Link copied to clipboard

ID of an action to seek to a specific position in the current media.

Link copied to clipboard

ID of an action to start rewinding.

Link copied to clipboard

ID of an action to start fast forwarding.

Link copied to clipboard

ID of an action to skip to the previous item.

Link copied to clipboard

ID of an action to skip to the next item.

Link copied to clipboard

ID of an action to skip to a queue item.

Link copied to clipboard

ID of an action to set the rating for the current media item.

Link copied to clipboard

ID of an action to set the repeat mode.

Link copied to clipboard

ID of an action to set the shuffle mode.

Properties

Link copied to clipboard
open override val id: String

Inherited properties

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