Enum ffmpeg_sys_next::AVStereo3DView
source · #[repr(u32)]
pub enum AVStereo3DView {
AV_STEREO3D_VIEW_PACKED,
AV_STEREO3D_VIEW_LEFT,
AV_STEREO3D_VIEW_RIGHT,
}Expand description
List of possible view types.
Variants§
AV_STEREO3D_VIEW_PACKED
Frame contains two packed views.
AV_STEREO3D_VIEW_LEFT
Frame contains only the left view.
AV_STEREO3D_VIEW_RIGHT
Frame contains only the right view.
Trait Implementations§
source§impl Clone for AVStereo3DView
impl Clone for AVStereo3DView
source§fn clone(&self) -> AVStereo3DView
fn clone(&self) -> AVStereo3DView
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AVStereo3DView
impl Debug for AVStereo3DView
source§impl Hash for AVStereo3DView
impl Hash for AVStereo3DView
source§impl PartialEq<AVStereo3DView> for AVStereo3DView
impl PartialEq<AVStereo3DView> for AVStereo3DView
source§fn eq(&self, other: &AVStereo3DView) -> bool
fn eq(&self, other: &AVStereo3DView) -> bool
This method tests for
self and other values to be equal, and is used
by ==.