Struct m3u8_rs::playlist::MasterPlaylist [] [src]

pub struct MasterPlaylist {
    pub version: usize,
    pub variants: Vec<VariantStream>,
    pub session_data: Option<SessionData>,
    pub session_key: Option<SessionKey>,
    pub start: Option<Start>,
    pub independent_segments: bool,
}

A Master Playlist provides a set of Variant Streams, each of which describes a different version of the same content.

Fields

Methods

impl MasterPlaylist
[src]

Trait Implementations

impl Debug for MasterPlaylist
[src]

Formats the value using the given formatter.

impl Default for MasterPlaylist
[src]

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

impl PartialEq for MasterPlaylist
[src]

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

This method tests for !=.