Struct hls_m3u8::tags::ExtXStreamInf[][src]

pub struct ExtXStreamInf { /* fields omitted */ }

Methods

impl ExtXStreamInf
[src]

Makes a new ExtXStreamInf tag.

Returns the URI that identifies the associated media playlist.

Returns the peak segment bit rate of the variant stream.

Returns the average segment bit rate of the variant stream.

Returns a string that represents the list of codec types contained the variant stream.

Returns the optimal pixel resolution at which to display all the video in the variant stream.

Returns the maximum frame rate for all the video in the variant stream.

Returns the HDCP level of the variant stream.

Returns the group identifier for the audio in the variant stream.

Returns the group identifier for the video in the variant stream.

Returns the group identifier for the subtitles in the variant stream.

Returns the value of CLOSED-CAPTIONS attribute.

Returns the protocol compatibility version that this tag requires.

Trait Implementations

impl Debug for ExtXStreamInf
[src]

Formats the value using the given formatter. Read more

impl Clone for ExtXStreamInf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExtXStreamInf
[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 ExtXStreamInf
[src]

impl Display for ExtXStreamInf
[src]

Formats the value using the given formatter. Read more

impl FromStr for ExtXStreamInf
[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<ExtXStreamInf> for MasterPlaylistTag
[src]

Performs the conversion.

Auto Trait Implementations