Playlist
public struct Playlist
Playlist is a struct used to construct a playlist with a certain name of a certain type
-
The type of playlist to be constructed
Declaration
Swift
public let type: PlaylistType
-
The file name of the playlist to be constructed
Declaration
Swift
public let fileName: String
-
Undocumented
Declaration
Swift
public init(type: PlaylistType, fileName: String)