gstreamer::prelude

Trait ControlBindingExtManual

Source
pub trait ControlBindingExtManual: IsA<ControlBinding> + 'static {
    // Provided method
    fn g_value_array(
        &self,
        timestamp: ClockTime,
        interval: ClockTime,
        values: &mut [Value],
    ) -> Result<(), BoolError> { ... }
}

Provided Methods§

Source

fn g_value_array( &self, timestamp: ClockTime, interval: ClockTime, values: &mut [Value], ) -> Result<(), BoolError>

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§