Chapter
data class Chapter(val id: String, val start: Long, val end: Long, val mediaMetadata: MediaMetadata) : TimeRange, Parcelable
Represents a chapter.
A chapter is a segment of a media item defined by a start and end time. It can also contain associated metadata, such as a title or image.