PlaylistConfig
@objcMembers
@objc(BMPPlaylistConfig)
public final class PlaylistConfig : NSObject
Configures a playlist that can be loaded into a Player.
-
Additional configuration options for the playlist.
Declaration
Swift
public let options: PlaylistOptions -
Configures a playlist that can be loaded into a
Player. Will use defaultPlaylistOptions.Declaration
Swift
public convenience init(sources: [Source])Parameters
sourcesThe
Sources that are part of the configured playlist. -
Configures a playlist that can be loaded into a
Player.Declaration
Swift
public init( sources: [Source], options: PlaylistOptions )Parameters
sourcesThe
Sources that are part of the configured playlist.optionsAdditional configuration options for the playlist.
PlaylistConfig Class Reference