[][src]Struct hls_m3u8::MediaPlaylist

pub struct MediaPlaylist { /* fields omitted */ }

Media playlist.

Methods

impl MediaPlaylist[src]

pub fn version_tag(&self) -> ExtXVersion[src]

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

pub fn target_duration_tag(&self) -> ExtXTargetDuration[src]

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

pub fn media_sequence_tag(&self) -> Option<ExtXMediaSequence>[src]

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

pub fn discontinuity_sequence_tag(&self) -> Option<ExtXDiscontinuitySequence>[src]

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

pub fn playlist_type_tag(&self) -> Option<ExtXPlaylistType>[src]

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

pub fn i_frames_only_tag(&self) -> Option<ExtXIFramesOnly>[src]

Returns the EXT-X-I-FRAMES-ONLY tag contained in the playlist.

pub fn independent_segments_tag(&self) -> Option<ExtXIndependentSegments>[src]

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

pub fn start_tag(&self) -> Option<ExtXStart>[src]

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

pub fn end_list_tag(&self) -> Option<ExtXEndList>[src]

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

pub fn segments(&self) -> &[MediaSegment][src]

Returns the media segments contained in the playlist.

Trait Implementations

impl Clone for MediaPlaylist[src]

impl Debug for MediaPlaylist[src]

impl Display for MediaPlaylist[src]

impl FromStr for MediaPlaylist[src]

type Err = Error

The associated error which can be returned from parsing.

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]