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: GstAggregatorClass
update_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 GstVideoAggregatorClass
impl !Send for GstVideoAggregatorClass
impl !Sync for GstVideoAggregatorClass
impl Unpin for GstVideoAggregatorClass
impl UnwindSafe for GstVideoAggregatorClass
Blanket Implementations
Mutably borrows from an owned value. Read more