Struct m3u8_rs::playlist::Map [] [src]

pub struct Map {
    pub uri: String,
    pub byte_range: Option<ByteRange>,
}

#EXT-X-MAP:<attribute-list>

The EXT-X-MAP tag specifies how to obtain the Media Initialization Section (Section 3) required to parse the applicable Media Segments. It applies to every Media Segment that appears after it in the Playlist until the next EXT-X-MAP tag or until the end of the playlist.

Fields

Methods

impl Map
[src]

Trait Implementations

impl Debug for Map
[src]

Formats the value using the given formatter.

impl Default for Map
[src]

Returns the "default value" for a type. Read more

impl Clone for Map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Map
[src]

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

This method tests for !=.