Struct hls_m3u8::tags::ExtXMedia[][src]

pub struct ExtXMedia { /* fields omitted */ }

Methods

impl ExtXMedia
[src]

Makes a new ExtXMedia tag.

Returns the type of the media associated with this tag.

Returns the identifier that specifies the group to which the rendition belongs.

Returns a human-readable description of the rendition.

Returns the URI that identifies the media playlist.

Returns the name of the primary language used in the rendition.

Returns the name of a language associated with the rendition.

Returns whether this is the default rendition.

Returns whether the client may choose to play this rendition in the absence of explicit user preference.

Returns whether the rendition contains content that is considered essential to play.

Returns the identifier that specifies a rendition within the segments in the media playlist.

Returns a string that represents uniform type identifiers (UTI).

Each UTI indicates an individual characteristic of the rendition.

Returns a string that represents the parameters of the rendition.

Returns the protocol compatibility version that this tag requires.

Trait Implementations

impl Debug for ExtXMedia
[src]

Formats the value using the given formatter. Read more

impl Clone for ExtXMedia
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ExtXMedia
[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 ExtXMedia
[src]

Formats the value using the given formatter. Read more

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

Performs the conversion.

Auto Trait Implementations

impl Send for ExtXMedia

impl Sync for ExtXMedia