Trait gstreamer_editing_services::prelude::TransitionClipExt [−][src]
pub trait TransitionClipExt: 'static {
fn vtype(&self) -> VideoStandardTransitionType;
fn set_vtype(&self, vtype: VideoStandardTransitionType);
fn connect_vtype_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Expand description
Required methods
fn vtype(&self) -> VideoStandardTransitionType[src]
fn vtype(&self) -> VideoStandardTransitionType[src]a VideoStandardTransitionType representing the wipe to use
fn set_vtype(&self, vtype: VideoStandardTransitionType)[src]
fn set_vtype(&self, vtype: VideoStandardTransitionType)[src]a VideoStandardTransitionType representing the wipe to use
fn connect_vtype_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId[src]