Other Protocols

The following protocols are available globally.

StringInitializable

  • StringInitializable acts as a generic constraint for tags with value. represents all types that can be initialized with String.

    Declaration

    Swift

    public protocol StringInitializable
  • Playlist a general playlist protocol defined as a base for master and media playlist.

    See more

    Declaration

    Swift

    public protocol Playlist

PlaylistLine

  • PlaylistLine protocol represents a general line in the playlist text

    See more

    Declaration

    Swift

    public protocol PlaylistLine

Tag

  • Tag

    Tag protocol represents a tag line in the playlist

    See more

    Declaration

    Swift

    public protocol Tag : PlaylistLine