PlaylistConfig

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

Configures a playlist that can be loaded into a Player.

Constructors

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

Properties

options
Link copied to clipboard
val options: PlaylistOptions
Additional configuration options for the playlist.
sources
Link copied to clipboard
val sources: List<Source>
The Sources that are part of the configured playlist.