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

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§