AudioAggregatorExtManual

Trait AudioAggregatorExtManual 

Source
pub trait AudioAggregatorExtManual: IsA<AudioAggregator> + 'static {
    // Provided methods
    fn set_sink_caps(&self, pad: &impl IsA<AudioAggregatorPad>, caps: &CapsRef) { ... }
    fn current_caps(&self) -> Option<Caps> { ... }
    fn current_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§