pub trait VideoAggregatorConvertPadExt: IsA<VideoAggregatorConvertPad> + Sealed + '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.
Object Safety§
This trait is not object safe.