Struct hls_m3u8::MasterPlaylist[][src]

pub struct MasterPlaylist { /* fields omitted */ }

Master playlist.

Methods

impl MasterPlaylist
[src]

Returns the EXT-X-VERSION tag contained in the playlist.

Returns the EXT-X-INDEPENDENT-SEGMENTS tag contained in the playlist.

Returns the EXT-X-START tag contained in the playlist.

Important traits for &'a [u8]

Returns the EXT-X-MEDIA tags contained in the playlist.

Important traits for &'a [u8]

Returns the EXT-X-STREAM-INF tags contained in the playlist.

Important traits for &'a [u8]

Returns the EXT-X-I-FRAME-STREAM-INF tags contained in the playlist.

Important traits for &'a [u8]

Returns the EXT-X-SESSION-DATA tags contained in the playlist.

Important traits for &'a [u8]

Returns the EXT-X-SESSION-KEY tags contained in the playlist.

Trait Implementations

impl Debug for MasterPlaylist
[src]

Formats the value using the given formatter. Read more

impl Clone for MasterPlaylist
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for MasterPlaylist
[src]

Formats the value using the given formatter. Read more

impl FromStr for MasterPlaylist
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations