Struct gstreamer_audio_sys::GstAudioRingBufferSpec[][src]

#[repr(C)]
pub struct GstAudioRingBufferSpec { pub caps: *mut GstCaps, pub type_: GstAudioRingBufferFormatType, pub info: GstAudioInfo, pub latency_time: u64, pub buffer_time: u64, pub segsize: c_int, pub segtotal: c_int, pub seglatency: c_int, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstAudioRingBufferSpec
[src]

impl Clone for GstAudioRingBufferSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAudioRingBufferSpec
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAudioRingBufferSpec

impl !Sync for GstAudioRingBufferSpec