Media Session Timeline Mode
Controls how the media session seekbar is presented to the user.
Inheritors
Types
Link copied to clipboard
The media session seekbar will show the progress within the whole timeline.
Link copied to clipboard
data class Sections(sectionStartPositions: List<SyncMediaTimelinePositionData>) : MediaSessionTimelineMode
The timeline is divided into sections, specified by sectionStartPositions list. The media session seekbar shows the progress within the current active section.