pub trait EffectExt: IsA<Effect> + 'static {
// Provided method
fn bin_description(&self) -> Option<GString> { ... }
}
Provided Methods§
Sourcefn bin_description(&self) -> Option<GString>
fn bin_description(&self) -> Option<GString>
The description of the effect bin with a gst-launch-style pipeline description.
Example: “videobalance saturation=1.5 hue=+0.5”
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.