Struct hls_m3u8::tags::ExtXStart[][src]

pub struct ExtXStart { /* fields omitted */ }

Methods

impl ExtXStart
[src]

Makes a new ExtXStart tag.

Makes a new ExtXStart tag with the given precise flag.

Returns the time offset of the media segments in the playlist.

Returns whether clients should not render media stream whose presentation times are prior to the specified time offset.

Returns the protocol compatibility version that this tag requires.

Trait Implementations

impl Debug for ExtXStart
[src]

Formats the value using the given formatter. Read more

impl Clone for ExtXStart
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ExtXStart
[src]

impl PartialEq for ExtXStart
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ExtXStart
[src]

impl Display for ExtXStart
[src]

Formats the value using the given formatter. Read more

impl FromStr for ExtXStart
[src]

The associated error which can be returned from parsing.

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

impl From<ExtXStart> for MasterPlaylistTag
[src]

Performs the conversion.

impl From<ExtXStart> for MediaPlaylistTag
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ExtXStart

impl Sync for ExtXStart