Struct gstreamer_video_sys::GstVideoInfo[][src]

#[repr(C)]
pub struct GstVideoInfo { pub finfo: *const GstVideoFormatInfo, pub interlace_mode: GstVideoInterlaceMode, pub flags: GstVideoFlags, pub width: c_int, pub height: c_int, pub size: size_t, pub views: c_int, pub chroma_site: GstVideoChromaSite, pub colorimetry: GstVideoColorimetry, pub par_n: c_int, pub par_d: c_int, pub fps_n: c_int, pub fps_d: c_int, pub offset: [size_t; 4], pub stride: [c_int; 4], pub ABI: GstVideoInfo_ABI, }

Fields

Trait Implementations

impl Copy for GstVideoInfo
[src]

impl Clone for GstVideoInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoInfo

impl !Sync for GstVideoInfo