SeekCommand

sealed class SeekCommand : Parcelable

Represents a SeekCommand used with the media session. Can be either disabled or enabled.

Types

Link copied to clipboard

Represents a disabled SeekCommand

Link copied to clipboard
data class Enabled(val audioCommandProperties: AudioCommandProperties, val durationMs: Int) : SeekCommand

Represents an enabled SeekCommand

Functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard