Struct hls_m3u8::MediaSegment [] [src]

pub struct MediaSegment { /* fields omitted */ }

Media segment.

Methods

impl MediaSegment
[src]

[src]

Returns the URI of the media segment.

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

Returns the protocol compatibility version that this segment requires.

Trait Implementations

impl Debug for MediaSegment
[src]

[src]

Formats the value using the given formatter.

impl Clone for MediaSegment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for MediaSegment
[src]

[src]

Formats the value using the given formatter. Read more