Trait gstreamer::prelude::ControlSourceExt[][src]

pub trait ControlSourceExt: 'static {
    fn value(&self, timestamp: ClockTime) -> Option<f64>;
}

Required methods

Implementors