[−][src]Struct ffmpeg_dev::sys::AVStereo3D
Stereo 3D type: this structure describes how two videos are packed within a single video surface, with additional information as needed.
@note The struct must be allocated with av_stereo3d_alloc() and its size is not a part of the public ABI.
Fields
type_: AVStereo3DType
How views are packed within the video.
flags: c_int
Additional information about the frame packing.
view: AVStereo3DView
Determines which views are packed.
Trait Implementations
Auto Trait Implementations
impl Send for AVStereo3D
impl Sync for AVStereo3D
impl Unpin for AVStereo3D
impl UnwindSafe for AVStereo3D
impl RefUnwindSafe for AVStereo3D
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,