Struct gstreamer_video_sys::GstVideoMeta [−][src]
#[repr(C)]pub struct GstVideoMeta {}Show fields
pub meta: GstMeta, pub buffer: *mut GstBuffer, pub flags: GstVideoFrameFlags, pub format: GstVideoFormat, pub id: c_int, pub width: c_uint, pub height: c_uint, pub n_planes: c_uint, pub offset: [size_t; 4], pub stride: [c_int; 4], pub map: Option<unsafe extern "C" fn(_: *mut GstVideoMeta, _: c_uint, _: *mut GstMapInfo, _: *mut gpointer, _: *mut c_int, _: GstMapFlags) -> gboolean>, pub unmap: Option<unsafe extern "C" fn(_: *mut GstVideoMeta, _: c_uint, _: *mut GstMapInfo) -> gboolean>, pub alignment: GstVideoAlignment,
Fields
meta: GstMetabuffer: *mut GstBufferflags: GstVideoFrameFlagsformat: GstVideoFormatid: c_intwidth: c_uintheight: c_uintn_planes: c_uintoffset: [size_t; 4]stride: [c_int; 4]map: Option<unsafe extern "C" fn(_: *mut GstVideoMeta, _: c_uint, _: *mut GstMapInfo, _: *mut gpointer, _: *mut c_int, _: GstMapFlags) -> gboolean>unmap: Option<unsafe extern "C" fn(_: *mut GstVideoMeta, _: c_uint, _: *mut GstMapInfo) -> gboolean>alignment: GstVideoAlignmentTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoMetaimpl !Send for GstVideoMetaimpl !Sync for GstVideoMetaimpl Unpin for GstVideoMetaimpl UnwindSafe for GstVideoMetaBlanket Implementations
Mutably borrows from an owned value. Read more