Segment

data class Segment(val urn: String, val title: String, val markIn: Long, val markOut: Long, val blockReason: BlockReason? = null)

Represents a segment of a media item.

Constructors

Link copied to clipboard
constructor(urn: String, title: String, markIn: Long, markOut: Long, blockReason: BlockReason? = null)

Properties

Link copied to clipboard

The reason why the segment is blocked, if applicable.

Link copied to clipboard

The start time of the segment, in milliseconds.

Link copied to clipboard

The end time of the segment, in milliseconds.

Link copied to clipboard

The title of the segment.

Link copied to clipboard
val urn: String

The URN of the segment.