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),
}
Expand description

All possible media segment tags.

Variants

Extinf(f32Option<String>)

Tuple Fields of Extinf

0: f321: Option<String>
ByteRange(ByteRange)

Tuple Fields of ByteRange

0: ByteRange
Discontinuity
Key(Key)

Tuple Fields of Key

0: Key
Map(Map)

Tuple Fields of Map

0: Map
ProgramDateTime(String)

Tuple Fields of ProgramDateTime

0: String
DateRange(String)

Tuple Fields of DateRange

0: String
Unknown(ExtTag)

Tuple Fields of Unknown

0: ExtTag
Comment(String)

Tuple Fields of Comment

0: String
Uri(String)

Tuple Fields of Uri

0: String

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.