Trait gstreamer_audio::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)
; }

Trait containing all SystemClock methods.

Implementors

SystemClock

Required Methods

Implementors