SkipCommand

sealed class SkipCommand : Parcelable

Represents a SkipCommand used with the media session. Can be either disabled or enabled with either skip or seek functionality.

Inheritors

Types

Link copied to clipboard

Represents a disabled SkipCommand

Link copied to clipboard
data class Seek(val audioCommandProperties: AudioCommandProperties, val durationMs: Int) : SkipCommand

Represents a SkipCommand which acts as a seek command

Link copied to clipboard
data class SkipSegment(val audioCommandProperties: AudioCommandProperties) : SkipCommand

Represents a SkipCommand which skips the next/previous segment

Functions

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