gstreamer_audio::prelude

Trait AudioAggregatorPadExtManual

Source
pub trait AudioAggregatorPadExtManual: IsA<AudioAggregatorPad> + 'static {
    // Provided method
    fn audio_info(&self) -> Option<AudioInfo> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§