Enum m3u8_rs::SegmentTag [] [src]

pub enum SegmentTag {
    Extinf(f32Option<String>),
    ByteRange(ByteRange),
    Discontinuity,
    Key(Key),
    Map(Map),
    ProgramDateTime(String),
    DateRange(String),
    Unknown(ExtTag),
    Comment(String),
    Uri(String),
}

All possible media segment tags.

Variants

Trait Implementations

impl Debug for SegmentTag
[src]

Formats the value using the given formatter.