Struct gstreamer_audio::AudioLevelMeta [−][src]
#[repr(transparent)]pub struct AudioLevelMeta(_);
This is supported on crate feature
v1_20
only.Expand description
Meta containing Audio Level Indication: https://tools.ietf.org/html/rfc6464
Implementations
pub fn add(
buffer: &mut BufferRef,
level: u8,
voice_activity: bool
) -> MetaRefMut<'_, Self, Standalone>
[src]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AudioLevelMeta
impl Unpin for AudioLevelMeta
impl UnwindSafe for AudioLevelMeta