TimedValueControlSourceExtManual

Trait TimedValueControlSourceExtManual 

Source
pub trait TimedValueControlSourceExtManual: IsA<TimedValueControlSource> + 'static {
    // Provided method
    fn list_control_points(&self) -> Slice<TimedValue> { ... }
}

Provided Methods§

Source

fn list_control_points(&self) -> Slice<TimedValue>

Returns an array of GstTimedValue representing the control points that have been set on this control source. To modify the value of a control point, use gst_timed_value_control_source_set.

§Returns

an array of control points, or None if no control points are set.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§