class M3U8::MediaPlaylist

Defined in:

m3u8/media_playlist.cr
m3u8/media_playlist/segment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(duration : Int32, segments : Array(M3U8::MediaPlaylist::Segment)) #

[View source]

Instance Method Detail

def duration : Int32 #

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

[View source]
def segments : Array(Segment) #

[View source]
def segments=(segments : Array(Segment)) #

[View source]
def to_s(io) #

[View source]