#[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§
source§impl Clone for GstVideoAggregatorClass
impl Clone for GstVideoAggregatorClass
source§fn clone(&self) -> GstVideoAggregatorClass
fn clone(&self) -> GstVideoAggregatorClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstVideoAggregatorClass
impl Debug for GstVideoAggregatorClass
impl Copy for GstVideoAggregatorClass
Auto Trait Implementations§
impl Freeze for GstVideoAggregatorClass
impl RefUnwindSafe for GstVideoAggregatorClass
impl !Send for GstVideoAggregatorClass
impl !Sync for GstVideoAggregatorClass
impl Unpin for GstVideoAggregatorClass
impl UnwindSafe for GstVideoAggregatorClass
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)