Struct gstreamer_audio::AudioClippingMeta [−][src]
#[repr(transparent)]pub struct AudioClippingMeta(_);
Implementations
impl AudioClippingMeta
[src]
impl AudioClippingMeta
[src]pub fn add<V: Into<GenericFormattedValue>>(
buffer: &mut BufferRef,
start: V,
end: V
) -> MetaRefMut<'_, Self, Standalone>
[src]
buffer: &mut BufferRef,
start: V,
end: V
) -> MetaRefMut<'_, Self, Standalone>
pub fn start(&self) -> GenericFormattedValue
[src]
pub fn end(&self) -> GenericFormattedValue
[src]
Trait Implementations
impl Debug for AudioClippingMeta
[src]
impl Debug for AudioClippingMeta
[src]impl MetaAPI for AudioClippingMeta
[src]
impl MetaAPI for AudioClippingMeta
[src]