Struct gstreamer_video_sys::GstVideoAggregatorPadClass [−][src]
#[repr(C)]pub struct GstVideoAggregatorPadClass { pub parent_class: GstAggregatorPadClass, pub update_conversion_info: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad)>, pub prepare_frame: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstBuffer, _: *mut GstVideoFrame) -> gboolean>, pub clean_frame: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstVideoFrame)>, pub prepare_frame_start: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstBuffer, _: *mut GstVideoFrame)>, pub prepare_frame_finish: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstVideoFrame)>, pub _gst_reserved: [gpointer; 18], }
Fields
parent_class: GstAggregatorPadClass
update_conversion_info: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad)>
prepare_frame: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstBuffer, _: *mut GstVideoFrame) -> gboolean>
clean_frame: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstVideoFrame)>
prepare_frame_start: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstBuffer, _: *mut GstVideoFrame)>
prepare_frame_finish: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstVideoFrame)>
_gst_reserved: [gpointer; 18]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoAggregatorPadClass
impl !Send for GstVideoAggregatorPadClass
impl !Sync for GstVideoAggregatorPadClass
impl Unpin for GstVideoAggregatorPadClass
impl UnwindSafe for GstVideoAggregatorPadClass
Blanket Implementations
Mutably borrows from an owned value. Read more