Trait gstreamer_editing_services::prelude::EffectExt [−][src]
pub trait EffectExt: 'static {
fn bin_description(&self) -> Option<GString>;
}Expand description
Required methods
fn bin_description(&self) -> Option<GString>[src]
fn bin_description(&self) -> Option<GString>[src]The description of the effect bin with a gst-launch-style pipeline description.
Example: “videobalance saturation=1.5 hue=+0.5”