Struct gstreamer_audio_sys::GstAudioDecoder [−][src]
#[repr(C)]pub struct GstAudioDecoder { 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 GstAudioDecoderPrivate, pub _gst_reserved: [gpointer; 20], }
Fields
element: GstElementsinkpad: *mut GstPadsrcpad: *mut GstPadstream_lock: GRecMutexinput_segment: GstSegmentoutput_segment: GstSegmentpriv_: *mut GstAudioDecoderPrivate_gst_reserved: [gpointer; 20]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioDecoderimpl !Send for GstAudioDecoderimpl !Sync for GstAudioDecoderimpl Unpin for GstAudioDecoderimpl UnwindSafe for GstAudioDecoderBlanket Implementations
Mutably borrows from an owned value. Read more