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
parent: GstAggregator
current_caps: *mut GstCaps
priv_: *mut GstAudioAggregatorPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioAggregator
impl !Send for GstAudioAggregator
impl !Sync for GstAudioAggregator
impl Unpin for GstAudioAggregator
impl UnwindSafe for GstAudioAggregator
Blanket Implementations
Mutably borrows from an owned value. Read more