Struct m3u8_rs::playlist::Start [] [src]

pub struct Start {
    pub time_offset: String,
    pub precise: Option<String>,
}

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

The EXT-X-START tag indicates a preferred point at which to start playing a Playlist. By default, clients SHOULD start playback at this point when beginning a playback session.

Fields

Methods

impl Start
[src]

Trait Implementations

impl Debug for Start
[src]

Formats the value using the given formatter.

impl Default for Start
[src]

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

impl PartialEq for Start
[src]

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

This method tests for !=.