Struct gstreamer_audio::AudioLevelMeta
source · #[repr(transparent)]pub struct AudioLevelMeta(_);Available on crate feature
v1_20 only.Implementations
sourceimpl AudioLevelMeta
impl AudioLevelMeta
pub fn add(
buffer: &mut BufferRef,
level: u8,
voice_activity: bool
) -> MetaRefMut<'_, Self, Standalone>
pub fn level(&self) -> u8
pub fn voice_activity(&self) -> bool
Trait Implementations
sourceimpl Debug for AudioLevelMeta
impl Debug for AudioLevelMeta
sourceimpl MetaAPI for AudioLevelMeta
impl MetaAPI for AudioLevelMeta
impl Send for AudioLevelMeta
impl Sync for AudioLevelMeta
Auto Trait Implementations
impl RefUnwindSafe for AudioLevelMeta
impl Unpin for AudioLevelMeta
impl UnwindSafe for AudioLevelMeta
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more