Struct gstreamer_audio_sys::GstAudioAggregatorClass[][src]

#[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

Trait Implementations

impl Copy for GstAudioAggregatorClass
[src]

impl Clone for GstAudioAggregatorClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAudioAggregatorClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAudioAggregatorClass

impl !Sync for GstAudioAggregatorClass