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
sources
The
Source
s 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
sources
The
Source
s that are part of the configured playlist.options
Additional configuration options for the playlist.