PlaylistConfig
data class PlaylistConfig(val sources: List<Source>, val options: PlaylistOptions = PlaylistOptions())
Configures a playlist that can be loaded into a Player.
Constructors
| PlaylistConfig | constructor(sources: List<Source>, options: PlaylistOptions = PlaylistOptions()) |
Properties
| Name | Summary |
|---|---|
| options | val options: PlaylistOptions Additional configuration options for the playlist. |
| sources | val sources: List<Source> The Sources that are part of the configured playlist. |