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
finfo: *const GstVideoFormatInfo
interlace_mode: GstVideoInterlaceMode
flags: GstVideoFlags
width: c_int
height: c_int
size: size_t
views: c_int
chroma_site: GstVideoChromaSite
colorimetry: GstVideoColorimetry
par_n: c_int
par_d: c_int
fps_n: c_int
fps_d: c_int
offset: [size_t; 4]
stride: [c_int; 4]
ABI: GstVideoInfo_ABI
Trait Implementations
impl Copy for GstVideoInfo
[src]
impl Copy for GstVideoInfo
impl Clone for GstVideoInfo
[src]
impl Clone for GstVideoInfo
fn clone(&self) -> GstVideoInfo
[src]
fn clone(&self) -> GstVideoInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstVideoInfo
[src]
impl Debug for GstVideoInfo
Auto Trait Implementations
impl !Send for GstVideoInfo
impl !Send for GstVideoInfo
impl !Sync for GstVideoInfo
impl !Sync for GstVideoInfo