Struct gstreamer_video_sys::GstVideoInfo [−][src]
#[repr(C)]pub struct GstVideoInfo {}Show fields
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
Auto Trait Implementations
impl RefUnwindSafe for GstVideoInfo
impl !Send for GstVideoInfo
impl !Sync for GstVideoInfo
impl Unpin for GstVideoInfo
impl UnwindSafe for GstVideoInfo
Blanket Implementations
Mutably borrows from an owned value. Read more