Trait gstreamer_editing_services::prelude::EffectExt
source · pub trait EffectExt:
IsA<Effect>
+ Sealed
+ '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”
Object Safety§
This trait is not object safe.