PillarboxMetadata
data class PillarboxMetadata(val chapters: List<Chapter> = emptyList(), val credits: List<Credit> = emptyList(), val blockedTimeRanges: List<BlockedTimeRange> = emptyList()) : Parcelable
Properties
Link copied to clipboard
A list of BlockedTimeRange instances representing periods within the media that should be skipped during playback.