PlaylistConfig

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

Configures a playlist that can be loaded into a Player.

Constructors

Link copied to clipboard
constructor(sources: List<Source>, options: PlaylistOptions = PlaylistOptions())

Properties

Link copied to clipboard

Additional configuration options for the playlist.

Link copied to clipboard

The Sources that are part of the configured playlist.