pub trait VideoAggregatorConvertPadExt: IsA<VideoAggregatorConvertPad> + 'static {
// Provided method
fn update_conversion_info(&self) { ... }
}
Expand description
Trait containing all VideoAggregatorConvertPad
methods.
§Implementors
VideoAggregatorConvertPad
, VideoAggregatorParallelConvertPad
Provided Methods§
Sourcefn update_conversion_info(&self)
fn update_conversion_info(&self)
Requests the pad to check and update the converter before the next usage to update for any changes that have happened.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.