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: GstMeta
buffer: *mut GstBuffer
flags: GstVideoFrameFlags
format: GstVideoFormat
id: c_int
width: c_uint
height: c_uint
n_planes: c_uint
offset: [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: GstVideoAlignment
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoMeta
impl !Send for GstVideoMeta
impl !Sync for GstVideoMeta
impl Unpin for GstVideoMeta
impl UnwindSafe for GstVideoMeta
Blanket Implementations
Mutably borrows from an owned value. Read more