Trait gstreamer_base::prelude::SystemClockExt [−][src]
pub trait SystemClockExt { fn get_property_clock_type(&self) -> ClockType; fn set_property_clock_type(&self, clock_type: ClockType); fn connect_property_clock_type_notify<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Send + Sync + Fn(&Self); }
Required Methods
fn get_property_clock_type(&self) -> ClockType
fn set_property_clock_type(&self, clock_type: ClockType)
fn connect_property_clock_type_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Send + Sync + Fn(&Self),
F: 'static + Send + Sync + Fn(&Self),
Implementors
impl<O> SystemClockExt for O where
O: IsA<SystemClock> + IsA<Object>,