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: GstAggregatorPadClassupdate_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 GstVideoAggregatorPadClassimpl !Send for GstVideoAggregatorPadClassimpl !Sync for GstVideoAggregatorPadClassimpl Unpin for GstVideoAggregatorPadClassimpl UnwindSafe for GstVideoAggregatorPadClassBlanket Implementations
Mutably borrows from an owned value. Read more