Struct gstreamer_video_sys::GstVideoAggregatorClass [−][src]
#[repr(C)]pub struct GstVideoAggregatorClass { pub parent_class: GstAggregatorClass, pub update_caps: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut GstCaps) -> *mut GstCaps>, pub aggregate_frames: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut *mut GstBuffer) -> GstFlowReturn>, pub create_output_buffer: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut *mut GstBuffer) -> GstFlowReturn>, pub find_best_format: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut GstCaps, _: *mut GstVideoInfo, _: *mut gboolean)>, pub _gst_reserved: [gpointer; 20], }
Fields
parent_class: GstAggregatorClassupdate_caps: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut GstCaps) -> *mut GstCaps>aggregate_frames: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut *mut GstBuffer) -> GstFlowReturn>create_output_buffer: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut *mut GstBuffer) -> GstFlowReturn>find_best_format: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut GstCaps, _: *mut GstVideoInfo, _: *mut gboolean)>_gst_reserved: [gpointer; 20]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoAggregatorClassimpl !Send for GstVideoAggregatorClassimpl !Sync for GstVideoAggregatorClassimpl Unpin for GstVideoAggregatorClassimpl UnwindSafe for GstVideoAggregatorClassBlanket Implementations
Mutably borrows from an owned value. Read more