Struct gstreamer_video_sys::GstVideoMeta[][src]

#[repr(C)]
pub struct GstVideoMeta { 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>, }

Fields

Trait Implementations

impl Copy for GstVideoMeta
[src]

impl Clone for GstVideoMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoMeta

impl !Sync for GstVideoMeta