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: GstMetainfo: GstAudioInfosamples: size_toffsets: *mut size_tpriv_offsets_arr: [size_t; 8]_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioMetaimpl !Send for GstAudioMetaimpl !Sync for GstAudioMetaimpl Unpin for GstAudioMetaimpl UnwindSafe for GstAudioMetaBlanket Implementations
Mutably borrows from an owned value. Read more