KKTrackInfo
public struct KKTrackInfo : Codable
Undocumented
-
ID of the track.
Declaration
Swift
public internal(set) var ID: String
-
The name of the track.
Declaration
Swift
public internal(set) var name: String
-
The URL of the webpage of KKBOX for the track.
Declaration
Swift
public internal(set) var url: URL?
-
The album that contains the track.
Declaration
Swift
public internal(set) var album: KKAlbumInfo?
-
The length of the track.
Declaration
Swift
public internal(set) var duration: TimeInterval
-
The order index of the track in the album.
Declaration
Swift
public internal(set) var trackOrderInAlbum: Int
-
Explicitness.
Declaration
Swift
public internal(set) var explicitness: Bool
-
The territories where the track is available at.
Declaration
Swift
public internal(set) var territoriesThatAvailableAt: [KKTerritory]