[][src]Struct gstreamer_audio_sys::GstAudioRingBuffer

#[repr(C)]
pub struct GstAudioRingBuffer {
    pub object: GstObject,
    pub cond: GCond,
    pub open: gboolean,
    pub acquired: gboolean,
    pub memory: *mut u8,
    pub size: size_t,
    pub timestamps: *mut GstClockTime,
    pub spec: GstAudioRingBufferSpec,
    pub samples_per_seg: c_int,
    pub empty_seg: *mut u8,
    pub state: c_int,
    pub segdone: c_int,
    pub segbase: c_int,
    pub waiting: c_int,
    pub callback: GstAudioRingBufferCallback,
    pub cb_data: gpointer,
    pub need_reorder: gboolean,
    pub channel_reorder_map: [c_int; 64],
    pub flushing: gboolean,
    pub may_start: c_int,
    pub active: gboolean,
    pub cb_data_notify: GDestroyNotify,
    pub _gst_reserved: [gpointer; 3],
}

Fields

object: GstObjectcond: GCondopen: gbooleanacquired: gbooleanmemory: *mut u8size: size_ttimestamps: *mut GstClockTimespec: GstAudioRingBufferSpecsamples_per_seg: c_intempty_seg: *mut u8state: c_intsegdone: c_intsegbase: c_intwaiting: c_intcallback: GstAudioRingBufferCallbackcb_data: gpointerneed_reorder: gbooleanchannel_reorder_map: [c_int; 64]flushing: gbooleanmay_start: c_intactive: gbooleancb_data_notify: GDestroyNotify_gst_reserved: [gpointer; 3]

Trait Implementations

impl Clone for GstAudioRingBuffer[src]

impl Copy for GstAudioRingBuffer[src]

impl Debug for GstAudioRingBuffer[src]

Auto Trait Implementations

impl !Send for GstAudioRingBuffer

impl Unpin for GstAudioRingBuffer

impl !Sync for GstAudioRingBuffer

impl UnwindSafe for GstAudioRingBuffer

impl RefUnwindSafe for GstAudioRingBuffer

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]