struct Tidal::API::Track
- Tidal::API::Track
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
Defined in:
api/models/track.crConstructors
Instance Method Summary
- #album : NamedTuple(id: Int32, title: String, cover: String)
- #allow_streaming : Bool
- #artist : NamedTuple(id: Int32, name: String, type: String)
- #artists : Array(NamedTuple(id: Int32, name: String, type: String))
- #audio_quality : String
- #copyright : String
- #duration : Int32
- #editable : Bool
- #explicit : Bool
- #id : Int32
- #isrc : String
- #peak : Float64
- #popularity : Int32
- #premium_streaming_only : Bool
- #replayGain : Float64
- #stream_ready : Bool
- #stream_start_date : String
- #surround_types : Array(String) | Nil
- #title : String
- #track_number : Int32
- #url : String
- #version : String | Nil
- #volume_number : Int32