pub trait TransitionClipExt:
IsA<TransitionClip>
+ Sealed
+ 'static {
// Provided methods
fn vtype(&self) -> VideoStandardTransitionType { ... }
fn set_vtype(&self, vtype: VideoStandardTransitionType) { ... }
fn connect_vtype_notify<F: Fn(&Self) + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Expand description
Provided Methods§
sourcefn vtype(&self) -> VideoStandardTransitionType
fn vtype(&self) -> VideoStandardTransitionType
a VideoStandardTransitionType
representing the wipe to use
sourcefn set_vtype(&self, vtype: VideoStandardTransitionType)
fn set_vtype(&self, vtype: VideoStandardTransitionType)
a VideoStandardTransitionType
representing the wipe to use
fn connect_vtype_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
Object Safety§
This trait is not object safe.