Enum opentok::video_frame::FrameFormat [−][src]
pub enum FrameFormat {
Show 14 variants
Abgr32,
Argb32,
Bgra32,
Compressed,
Max,
Mjpeg,
Nv12,
Nv21,
Rgba32,
Rgb24,
Uyvy,
Yuv420P,
Yuy2,
__Unknown,
}
Expand description
Video frame format enumeration.
Variants
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for FrameFormat
impl Send for FrameFormat
impl Sync for FrameFormat
impl Unpin for FrameFormat
impl UnwindSafe for FrameFormat
Blanket Implementations
Mutably borrows from an owned value. Read more