pub trait VideoAggregatorConvertPadExt: IsA<VideoAggregatorConvertPad> + Sealed + 'static {
    // Provided method
    fn update_conversion_info(&self) { ... }
}
Expand description

Provided Methods§

source

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.

Implementors§