Trait gstreamer_editing_services::prelude::EffectExt[][src]

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

Trait containing all Effect methods.

Implementors

Effect

Required methods

The description of the effect bin with a gst-launch-style pipeline description.

Example: “videobalance saturation=1.5 hue=+0.5”

Implementors