PillarboxMetadata

data class PillarboxMetadata(val chapters: List<Chapter> = emptyList(), val credits: List<Credit> = emptyList(), val blockedTimeRanges: List<BlockedTimeRange> = emptyList()) : Parcelable

Constructors

Link copied to clipboard
constructor(chapters: List<Chapter> = emptyList(), credits: List<Credit> = emptyList(), blockedTimeRanges: List<BlockedTimeRange> = emptyList())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of BlockedTimeRange instances representing periods within the media that should be skipped during playback.

Link copied to clipboard

A list of Chapter instances representing chapters within the media.

Link copied to clipboard

A list of Credit instances representing credits within the media.

Inherited functions

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