Struct gstreamer_audio_sys::GstAudioEncoder[][src]

#[repr(C)]
pub struct GstAudioEncoder { pub element: GstElement, pub sinkpad: *mut GstPad, pub srcpad: *mut GstPad, pub stream_lock: GRecMutex, pub input_segment: GstSegment, pub output_segment: GstSegment, pub priv_: *mut GstAudioEncoderPrivate, pub _gst_reserved: [gpointer; 20], }

Fields

Trait Implementations

impl Copy for GstAudioEncoder
[src]

impl Clone for GstAudioEncoder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAudioEncoder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAudioEncoder

impl !Sync for GstAudioEncoder