Enum opencv::cudacodec::ChromaFormat [−][src]
#[repr(C)]
pub enum ChromaFormat {
Monochrome,
YUV420,
YUV422,
YUV444,
NumFormats,
}Expand description
Chroma formats supported by cudacodec::VideoReader .
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChromaFormat
impl Send for ChromaFormat
impl Sync for ChromaFormat
impl Unpin for ChromaFormat
impl UnwindSafe for ChromaFormat
Blanket Implementations
Mutably borrows from an owned value. Read more