Enum opencv::cudacodec::SurfaceFormat [−][src]
#[repr(C)]
pub enum SurfaceFormat {
SF_UYVY,
SF_YUY2,
SF_YV12,
SF_NV12,
SF_IYUV,
SF_BGR,
}
Expand description
/////////////////////////////// Video Encoding //////////////////////////////////
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SurfaceFormat
impl Send for SurfaceFormat
impl Sync for SurfaceFormat
impl Unpin for SurfaceFormat
impl UnwindSafe for SurfaceFormat
Blanket Implementations
Mutably borrows from an owned value. Read more