Playlist Config
data class PlaylistConfig(sources: List<Source>, options: PlaylistOptions)
Content copied to clipboard
Configures a playlist that can be loaded into a Player.
Constructors
PlaylistConfig
Link copied to clipboard
fun PlaylistConfig(sources: List<Source>, options: PlaylistOptions = PlaylistOptions())
Content copied to clipboard