[−][src]Trait gstreamer_editing_services::prelude::SystemClockExt
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>,
[src]
O: IsA<SystemClock>,
fn get_property_clock_type(&self) -> ClockType
[src]
fn set_property_clock_type(&self, clock_type: ClockType)
[src]
fn connect_property_clock_type_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Send + Sync + Fn(&O),
[src]
F: 'static + Send + Sync + Fn(&O),