pub trait EffectClipExt:
IsA<EffectClip>
+ Sealed
+ 'static {
// Provided methods
fn audio_bin_description(&self) -> Option<GString> { ... }
fn video_bin_description(&self) -> Option<GString> { ... }
}
Expand description
Provided Methods§
sourcefn audio_bin_description(&self) -> Option<GString>
fn audio_bin_description(&self) -> Option<GString>
The description of the audio track of the effect bin with a gst-launch-style pipeline description. This should be used for test purposes.
Example: “audiopanorama panorama=1.0”
sourcefn video_bin_description(&self) -> Option<GString>
fn video_bin_description(&self) -> Option<GString>
The description of the video track of the effect bin with a gst-launch-style pipeline description. This should be used for test purposes.
Example: “videobalance saturation=1.5 hue=+0.5”
Object Safety§
This trait is not object safe.