Trait gstreamer_controller::prelude::InterpolationControlSourceExt [−][src]
pub trait InterpolationControlSourceExt: 'static {
fn mode(&self) -> InterpolationMode;
fn set_mode(&self, mode: InterpolationMode);
fn connect_mode_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Expand description
Required methods
fn mode(&self) -> InterpolationMode[src]fn set_mode(&self, mode: InterpolationMode)[src]fn connect_mode_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]