pub trait AudioAggregatorConvertPadExtManual: Sealed + IsA<AudioAggregatorConvertPad> + 'static {
    // Provided methods
    fn converter_config(&self) -> Option<AudioConverterConfig> { ... }
    fn set_converter_config(
        &self,
        converter_config: Option<&AudioConverterConfig>
    ) { ... }
    fn connect_converter_config_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§