Enum flv_codec::FrameType[][src]

pub enum FrameType {
    KeyFrame,
    InterFrame,
    DisposableInterFrame,
    GeneratedKeyFrame,
    VideoInfoOrCommandFrame,
}

Video frame type.

Variants

Key frame (for AVC, a seekable frame)

Inter frame (for AVC, a non-seekable frame)

Disposable inter frame (H.263 only)

Generated key frame (reserved for server use only)

Video info/command frame

Trait Implementations

impl Debug for FrameType
[src]

Formats the value using the given formatter. Read more

impl Clone for FrameType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FrameType
[src]

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

impl Hash for FrameType
[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 FrameType

impl Sync for FrameType