[][src]Trait gstreamer_editing_services::EffectExt

pub trait EffectExt: 'static {
    fn get_property_bin_description(&self) -> Option<GString>;
}

Trait containing all Effect methods.

Implementors

Effect

Required methods

fn get_property_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"

Loading content...

Implementors

impl<O: IsA<Effect>> EffectExt for O[src]

Loading content...