Trait gstreamer::prelude::ControlBindingExtManual
source · pub trait ControlBindingExtManual:
Sealed
+ IsA<ControlBinding>
+ 'static {
// Provided method
fn g_value_array(
&self,
timestamp: ClockTime,
interval: ClockTime,
values: &mut [Value],
) -> Result<(), BoolError> { ... }
}
Provided Methods§
fn g_value_array( &self, timestamp: ClockTime, interval: ClockTime, values: &mut [Value], ) -> Result<(), BoolError>
Object Safety§
This trait is not object safe.