class M3U8::MasterPlaylist::Stream

Defined in:

m3u8/master_playlist/stream.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri : String, bandwidth : Int32) #

[View source]

Instance Method Detail

def bandwidth : Int32 #

[View source]
def bandwidth=(bandwidth : Int32) #

[View source]
def to_s(io) #

[View source]
def uri : String #

[View source]
def uri=(uri : String) #

[View source]