[][src]Trait gstreamer::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: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

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: Fn(&Self) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

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

Loading content...