Struct gstreamer_audio_sys::GstAudioAggregator[][src]

#[repr(C)]
pub struct GstAudioAggregator { pub parent: GstAggregator, pub current_caps: *mut GstCaps, pub priv_: *mut GstAudioAggregatorPrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstAudioAggregator
[src]

impl Clone for GstAudioAggregator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAudioAggregator
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAudioAggregator

impl !Sync for GstAudioAggregator