MasterPlaylist
public struct MasterPlaylist: Playlist
MasterPlaylist represents a master playlist object
-
Declaration
Swift
public let originalText: String -
Declaration
Swift
public let alteredText: String? -
Declaration
Swift
public let type: PlaylistType = .master -
Declaration
Swift
public let baseUrl: URL -
Undocumented
Declaration
Swift
public let tags: MasterPlaylistTags -
Declaration
Swift
public let extraTags: [String: [Tag]]
View on GitHub
MasterPlaylist Structure Reference