SkipSegment

data class SkipSegment(val audioCommandProperties: AudioCommandProperties) : SkipCommand

Represents a SkipCommand which skips the next/previous segment

Constructors

Link copied to clipboard
constructor(audioCommandProperties: AudioCommandProperties)

Properties

Link copied to clipboard

The command's properties.

Functions

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