Struct gstreamer_audio_sys::GstAudioMeta [−][src]
#[repr(C)]pub struct GstAudioMeta { pub meta: GstMeta, pub info: GstAudioInfo, pub samples: size_t, pub offsets: *mut size_t, pub priv_offsets_arr: [size_t; 8], pub _gst_reserved: [gpointer; 4], }
Fields
meta: GstMeta
info: GstAudioInfo
samples: size_t
offsets: *mut size_t
priv_offsets_arr: [size_t; 8]
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioMeta
impl !Send for GstAudioMeta
impl !Sync for GstAudioMeta
impl Unpin for GstAudioMeta
impl UnwindSafe for GstAudioMeta
Blanket Implementations
Mutably borrows from an owned value. Read more