Enum hls_m3u8::types::InStreamId[][src]

pub enum InStreamId {
    Cc1,
    Cc2,
    Cc3,
    Cc4,
    Service1,
    Service2,
    Service3,
    Service4,
    Service5,
    Service6,
    Service7,
    Service8,
    Service9,
    Service10,
    Service11,
    Service12,
    Service13,
    Service14,
    Service15,
    Service16,
    Service17,
    Service18,
    Service19,
    Service20,
    Service21,
    Service22,
    Service23,
    Service24,
    Service25,
    Service26,
    Service27,
    Service28,
    Service29,
    Service30,
    Service31,
    Service32,
    Service33,
    Service34,
    Service35,
    Service36,
    Service37,
    Service38,
    Service39,
    Service40,
    Service41,
    Service42,
    Service43,
    Service44,
    Service45,
    Service46,
    Service47,
    Service48,
    Service49,
    Service50,
    Service51,
    Service52,
    Service53,
    Service54,
    Service55,
    Service56,
    Service57,
    Service58,
    Service59,
    Service60,
    Service61,
    Service62,
    Service63,
}

Identifier of a rendition within the segments in a media playlist.

See: 4.3.4.1. EXT-X-MEDIA

Variants

Trait Implementations

impl Debug for InStreamId
[src]

Formats the value using the given formatter. Read more

impl Clone for InStreamId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for InStreamId
[src]

impl PartialEq for InStreamId
[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 InStreamId
[src]

impl Hash for InStreamId
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for InStreamId
[src]

Formats the value using the given formatter. Read more

impl FromStr for InStreamId
[src]

The associated error which can be returned from parsing.

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

Auto Trait Implementations

impl Send for InStreamId

impl Sync for InStreamId