PlaylistOptions
data class PlaylistOptions(val preloadAllSources: Boolean = false, val replayMode: ReplayMode = ReplayMode.Playlist) : Parcelable
Contains additional configuration options for setting up a playlist.
Properties
Link copied to clipboard
Link copied to clipboard
Defines whether replay starts at the beginning of the playlist or at the beginning of the last source. Default is ReplayMode.Playlist.