Struct hls_m3u8::tags::ExtInf[][src]

pub struct ExtInf { /* fields omitted */ }

Methods

impl ExtInf
[src]

Makes a new ExtInf tag.

Makes a new ExtInf tag with the given title.

Returns the duration of the associated media segment.

Returns the title of the associated media segment.

Returns the protocol compatibility version that this tag requires.

Trait Implementations

impl Debug for ExtInf
[src]

Formats the value using the given formatter. Read more

impl Clone for ExtInf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExtInf
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ExtInf
[src]

impl Hash for ExtInf
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for ExtInf
[src]

Formats the value using the given formatter. Read more

impl FromStr for ExtInf
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl From<ExtInf> for MediaSegmentTag
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ExtInf

impl Sync for ExtInf