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

pub struct Map {
    pub uri: String,
    pub byterange: 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

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