Colibrio Media Commands
data class ColibrioMediaCommands(val playCommandProperties: AudioCommandProperties, val pauseCommandProperties: AudioCommandProperties, val rewindCommand: SeekCommand, val fastForwardCommand: SeekCommand, val skipBackwardCommand: SkipCommand, val skipForwardCommand: SkipCommand, val seekBarEnabled: Boolean) : 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, seekBarEnabled: Boolean)
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
Enable or disable seeking in the media notification
Link copied to clipboard
Used to enable/disable the skip backward command.
Link copied to clipboard
Used to enable/disable the skip forward command.