Struct m3u::ExtInf [] [src]

pub struct ExtInf {
    pub duration_secs: f64,
    pub name: String,
}

Extra information associated with an M3U entry.

Fields

The duration of the media's runtime in seconds.

Note that some m3u extended formats specify streams with a -1 duration.

The name of the media. E.g. "Aphex Twin - Windowlicker".

Trait Implementations

impl Clone for ExtInf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExtInf
[src]

Formats the value using the given formatter.

impl PartialEq for ExtInf
[src]

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

This method tests for !=.