[][src]Trait gstreamer_video::prelude::SystemClockExt

pub trait SystemClockExt: 'static {
    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

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), 

Loading content...

Implementors

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

Loading content...