Struct gstreamer_audio_sys::GstAudioAggregatorPadClass[][src]

#[repr(C)]
pub struct GstAudioAggregatorPadClass { pub parent_class: GstAggregatorPadClass, pub convert_buffer: Option<unsafe extern "C" fn(_: *mut GstAudioAggregatorPad, _: *mut GstAudioInfo, _: *mut GstAudioInfo, _: *mut GstBuffer) -> *mut GstBuffer>, pub update_conversion_info: Option<unsafe extern "C" fn(_: *mut GstAudioAggregatorPad)>, pub _gst_reserved: [gpointer; 20], }

Fields

Trait Implementations

impl Copy for GstAudioAggregatorPadClass
[src]

impl Clone for GstAudioAggregatorPadClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAudioAggregatorPadClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAudioAggregatorPadClass

impl !Sync for GstAudioAggregatorPadClass