pub trait AudioAggregatorExtManual:
    Sealed
    + 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§

Object Safety§

This trait is not object safe.

Implementors§