ColibrioMediaCommands

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

Holds the properties used for configuring media commands.

Constructors

Link copied to clipboard
fun ColibrioMediaCommands(playCommandProperties: AudioCommandProperties, pauseCommandProperties: AudioCommandProperties, rewindCommand: SeekCommand, fastForwardCommand: SeekCommand)

Functions

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

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.