PlaylistConfig

PlaylistConfig

data class PlaylistConfig(val sources: List<Source>, val options: PlaylistOptions = PlaylistOptions())

Configures a playlist that can be loaded into a Player.

Constructors

PlaylistConfigconstructor(sources: List<Source>, options: PlaylistOptions = PlaylistOptions())

Properties

NameSummary
optionsval options: PlaylistOptions
Additional configuration options for the playlist.
sourcesval sources: List<Source>
The Sources that are part of the configured playlist.