Struct hls_m3u8::MediaPlaylist[][src]

pub struct MediaPlaylist { /* fields omitted */ }

Media playlist.

Methods

impl MediaPlaylist
[src]

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

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

Returns the EXT-X-MEDIA-SEQUENCE tag contained in the playlist.

Returns the EXT-X-DISCONTINUITY-SEQUENCE tag contained in the playlist.

Returns the EXT-X-PLAYLIST-TYPE tag contained in the playlist.

Returns the EXT-X-I-FRAMES-ONLY 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.

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

Important traits for &'a [u8]

Returns the media segments contained in the playlist.

Trait Implementations

impl Debug for MediaPlaylist
[src]

Formats the value using the given formatter. Read more

impl Clone for MediaPlaylist
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for MediaPlaylist
[src]

Formats the value using the given formatter. Read more

impl FromStr for MediaPlaylist
[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