#[repr(C)]pub struct GstAudioAggregatorClass {
pub parent_class: GstAggregatorClass,
pub create_output_buffer: Option<unsafe extern "C" fn(_: *mut GstAudioAggregator, _: c_uint) -> *mut GstBuffer>,
pub aggregate_one_buffer: Option<unsafe extern "C" fn(_: *mut GstAudioAggregator, _: *mut GstAudioAggregatorPad, _: *mut GstBuffer, _: c_uint, _: *mut GstBuffer, _: c_uint, _: c_uint) -> gboolean>,
pub _gst_reserved: [gpointer; 20],
}
Fields§
§parent_class: GstAggregatorClass
§create_output_buffer: Option<unsafe extern "C" fn(_: *mut GstAudioAggregator, _: c_uint) -> *mut GstBuffer>
§aggregate_one_buffer: Option<unsafe extern "C" fn(_: *mut GstAudioAggregator, _: *mut GstAudioAggregatorPad, _: *mut GstBuffer, _: c_uint, _: *mut GstBuffer, _: c_uint, _: c_uint) -> gboolean>
§_gst_reserved: [gpointer; 20]
Trait Implementations§
source§impl Clone for GstAudioAggregatorClass
impl Clone for GstAudioAggregatorClass
source§fn clone(&self) -> GstAudioAggregatorClass
fn clone(&self) -> GstAudioAggregatorClass
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 GstAudioAggregatorClass
impl Debug for GstAudioAggregatorClass
impl Copy for GstAudioAggregatorClass
Auto Trait Implementations§
impl Freeze for GstAudioAggregatorClass
impl RefUnwindSafe for GstAudioAggregatorClass
impl !Send for GstAudioAggregatorClass
impl !Sync for GstAudioAggregatorClass
impl Unpin for GstAudioAggregatorClass
impl UnwindSafe for GstAudioAggregatorClass
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)