Struct hls_m3u8::MediaSegment[][src]

pub struct MediaSegment { /* fields omitted */ }

Media segment.

Methods

impl MediaSegment
[src]

Returns the URI of the media segment.

Returns the EXT-X-INF tag associated with the media segment.

Returns the EXT-X-BYTERANGE tag associated with the media segment.

Returns the EXT-X-DATERANGE tag associated with the media segment.

Returns the EXT-X-DISCONTINUITY tag associated with the media segment.

Returns the EXT-X-PROGRAM-DATE-TIME tag associated with the media segment.

Returns the EXT-X-MAP tag associated with the media segment.

Important traits for &'a [u8]

Returns the EXT-X-KEY tags associated with the media segment.

Returns the protocol compatibility version that this segment requires.

Trait Implementations

impl Debug for MediaSegment
[src]

Formats the value using the given formatter. Read more

impl Clone for MediaSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for MediaSegment
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations