Protocols
The following protocols are available globally.
-
See morePlaylistLineprotocol represents a general line in the playlist textDeclaration
Swift
public protocol PlaylistLine
-
See moreTagprotocol represents a tag line in the playlistDeclaration
Swift
public protocol Tag: PlaylistLine -
Undocumented
See moreDeclaration
Swift
public protocol MultilineTag
-
Undocumented
See moreDeclaration
Swift
public protocol PlaylistFetcher: class
-
See morePlaylista general playlist protocol defined as a base for master and media playlist.Declaration
Swift
public protocol Playlist
-
See moreStringInitializableacts as a generic constraint for tags with value. represents all types that can be initialized with String.Declaration
Swift
public protocol StringInitializable
View on GitHub
Protocols Reference