MediaSegmentDto
@Serializable
Api model for MediaSegment's.
Constructors
Link copied to clipboard
constructor(id: UUID, itemId: UUID, type: MediaSegmentType = MediaSegmentType.UNKNOWN, startTicks: Long, endTicks: Long)