Enum flv_codec::CodecId[][src]

pub enum CodecId {
    Jpeg,
    H263,
    ScreenVideo,
    Vp6,
    Vp6WithAlpha,
    ScreenVideoV2,
    Avc,
}

Video codec identifier.

Variants

JPEG (currently unused)

Sorenson H.263

Screen Video

On2 VP6

On2 VP6 with alpha channel

Screen video version 2

AVC

Trait Implementations

impl Debug for CodecId
[src]

Formats the value using the given formatter. Read more

impl Clone for CodecId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CodecId
[src]

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

impl Hash for CodecId
[src]

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

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

Auto Trait Implementations

impl Send for CodecId

impl Sync for CodecId