logo
#[repr(C)]
pub enum COLOR_SPACE {
    Unknown,
    Yv12,
    Iyuv,
    Nv12,
    Yuy2,
    Rgb24,
    Rgb555,
    Rgb565,
    Rgb32,
}
Expand description

Color space for video frame.

Variants

Unknown

Yv12

Iyuv

I420

Nv12

Yuy2

Rgb24

Rgb555

Rgb565

Rgb32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.