MediaPlaylist
public struct MediaPlaylist: Playlist
MediaPlaylist object represent a media playlist (could be of all types video/audio/subtitles)
Holds tags and extra tags requested, the original text of the playlist and altered text in case the text was post processed.
-
Declaration
Swift
public let originalText: String -
Declaration
Swift
public let alteredText: String? -
Declaration
Swift
public let type: PlaylistType -
Declaration
Swift
public let baseUrl: URL -
the media playlist tags
Declaration
Swift
public let tags: MediaPlaylistTags -
Declaration
Swift
public let extraTags: [String: [Tag]]
View on GitHub
MediaPlaylist Structure Reference