Playlist Options
data class PlaylistOptions(preloadAllSources: Boolean, replayMode: ReplayMode) : Parcelable
Content copied to clipboard
Contains additional configuration options for setting up a playlist.
Constructors
Link copied to clipboard
fun PlaylistOptions(preloadAllSources: Boolean = false, replayMode: ReplayMode = ReplayMode.Playlist)
Content copied to clipboard
Properties
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.