Playlist
public protocol Playlist
Playlist a general playlist protocol defined as a base for master and media playlist.
-
The original text of the playlist
Declaration
Swift
var originalText: String -
The altered text of the playist, only exists when post process handler was provided.
Declaration
Swift
var alteredText: String? -
The type of the playlist
Declaration
Swift
var type: PlaylistType -
The base url of the playlist
Declaration
Swift
var baseUrl: URL -
dictionary of extra tags mapping to: [tag (EXT…): array of same type of tags]
Declaration
Swift
var extraTags: [String: [Tag]]
View on GitHub
Playlist Protocol Reference