struct Tidal::API::Stream
- Tidal::API::Stream
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
api/models/stream.crConstructors
- .new(url, trackId : Int32, playTimeLeftInMinutes : Int32, soundQuality : String, encryptionKey : String, codec : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #codec : String
- #encryptionKey : String
- #playTimeLeftInMinutes : Int32
- #soundQuality : String
- #trackId : Int32
- #url
Constructor Detail
def self.new(url, trackId : Int32, playTimeLeftInMinutes : Int32, soundQuality : String, encryptionKey : String, codec : String)
#