struct Tidal::API::Stream

Included Modules

Defined in:

api/models/stream.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url, trackId : Int32, playTimeLeftInMinutes : Int32, soundQuality : String, encryptionKey : String, codec : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def codec : String #

[View source]
def encryptionKey : String #

[View source]
def playTimeLeftInMinutes : Int32 #

[View source]
def soundQuality : String #

[View source]
def trackId : Int32 #

[View source]
def url #

[View source]