pub trait VideoAggregatorConvertPadExtManual:
Sealed
+ IsA<VideoAggregatorConvertPad>
+ 'static {
// Provided methods
fn converter_config(&self) -> Option<VideoConverterConfig> { ... }
fn set_converter_config(
&self,
converter_config: Option<&VideoConverterConfig>,
) { ... }
fn connect_converter_config_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Provided Methods§
fn converter_config(&self) -> Option<VideoConverterConfig>
fn set_converter_config(&self, converter_config: Option<&VideoConverterConfig>)
fn connect_converter_config_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
Object Safety§
This trait is not object safe.