Struct ffmpeg_sys::AVStereo3D [] [src]

pub struct AVStereo3D {
    pub kind: AVStereo3DType,
    pub flags: c_int,
}

Fields

kind: AVStereo3DType flags: c_int

Trait Implementations

impl Debug for AVStereo3D
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.