ColibrioMediaCommands

data class ColibrioMediaCommands(val playCommandProperties: AudioCommandProperties, val pauseCommandProperties: AudioCommandProperties, val rewindCommand: SeekCommand, val fastForwardCommand: SeekCommand, val skipBackwardCommand: SkipCommand, val skipForwardCommand: SkipCommand) : Parcelable

Holds the properties used for configuring media commands.

Constructors

Link copied to clipboard
constructor(playCommandProperties: AudioCommandProperties, pauseCommandProperties: AudioCommandProperties, rewindCommand: SeekCommand, fastForwardCommand: SeekCommand, skipBackwardCommand: SkipCommand, skipForwardCommand: SkipCommand)

Properties

Link copied to clipboard

Used to enable/disable the fast-forward command.

Link copied to clipboard

The pause command properties.

Link copied to clipboard

The play command properties.

Link copied to clipboard

Used to enable/disable the rewind command.

Link copied to clipboard

Used to enable/disable the skip backward command.

Link copied to clipboard

Used to enable/disable the skip forward command.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)