MediaSegmentDto

data class MediaSegmentDto(val id: UUID, val itemId: UUID, val type: MediaSegmentType, val startTicks: Long, val endTicks: Long)

Api model for MediaSegment's.

Constructors

Link copied to clipboard
constructor(id: UUID, itemId: UUID, type: MediaSegmentType, startTicks: Long, endTicks: Long)

Properties

Link copied to clipboard

The end of the segment.

Link copied to clipboard
val id: UUID

The id of the media segment.

Link copied to clipboard

The id of the associated item.

Link copied to clipboard

The start of the segment.

Link copied to clipboard

Defines the types of content an individual Jellyfin.Data.Entities.MediaSegment represents.