PlaylistLine
public protocol PlaylistLine
PlaylistLine protocol represents a general line in the playlist text
-
The text string of the line (the actual original data for each line)
Declaration
Swift
var text: String -
Undocumented
Declaration
Swift
init(text: String, tagType: Tag.Type, extraParams: [String: Any]?) throws
View on GitHub
PlaylistLine Protocol Reference