Trait gstreamer::prelude::ControlSourceExt

source ·
pub trait ControlSourceExt: IsA<ControlSource> + Sealed + 'static {
    // Provided method
    fn value(&self, timestamp: ClockTime) -> Option<f64> { ... }
}

Provided Methods§

source

fn value(&self, timestamp: ClockTime) -> Option<f64>

Object Safety§

This trait is not object safe.

Implementors§