[][src]Trait gstreamer_base::prelude::SystemClockExt

pub trait SystemClockExt: 'static {
    pub fn get_property_clock_type(&self) -> ClockType;
pub fn set_property_clock_type(&self, clock_type: ClockType);
pub fn connect_property_clock_type_notify<F>(&self, f: F) -> SignalHandlerId
    where
        F: 'static + Send + Sync + Fn(&Self)
; }

Required methods

pub fn get_property_clock_type(&self) -> ClockType[src]

pub fn set_property_clock_type(&self, clock_type: ClockType)[src]

pub fn connect_property_clock_type_notify<F>(&self, f: F) -> SignalHandlerId where
    F: 'static + Send + Sync + Fn(&Self), 
[src]

Loading content...

Implementors

impl<O> SystemClockExt for O where
    O: IsA<SystemClock>, 
[src]

Loading content...