Trait gstreamer::prelude::ControlSourceExtManual

source ·
pub trait ControlSourceExtManual: Sealed + IsA<ControlSource> + 'static {
    // Provided method
    fn value_array(
        &self,
        timestamp: ClockTime,
        interval: ClockTime,
        values: &mut [f64],
    ) -> Result<(), BoolError> { ... }
}

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§