Other Protocols
The following protocols are available globally.
-
possible output of DorisPlayer
See moreDeclaration
Swift
public protocol DorisPlayerOutputProtocol : AnyObject, SystemOutputProtocol
-
StringInitializableacts as a generic constraint for tags with value. represents all types that can be initialized with String.Declaration
Swift
public protocol StringInitializable -
See morePlaylista general playlist protocol defined as a base for master and media playlist.Declaration
Swift
public protocol Playlist
-
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
Other Protocols Reference