BlockedTimeRange
data class BlockedTimeRange(val start: Long, val end: Long, val reason: String? = null, val id: String? = null) : TimeRange, Parcelable
Represents a time range that is blocked for playback. When the player reaches the start time of a blocked range, it will immediately seek to the end time, effectively skipping the blocked portion. This behavior is enforced regardless of the reason or id associated with the block.