pub trait AudioAggregatorConvertPadExt: IsA<AudioAggregatorConvertPad> + Sealed + 'static {
    // Provided method
    fn connect_converter_config_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
}
Expand description

Trait containing all AudioAggregatorConvertPad methods.

§Implementors

AudioAggregatorConvertPad

Provided Methods§

source

fn connect_converter_config_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F ) -> SignalHandlerId

Object Safety§

This trait is not object safe.

Implementors§