Trait gstreamer::prelude::SystemClockExt[][src]

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

Trait containing all SystemClock methods.

Implementors

crate::SystemClock

Required methods

fn clock_type(&self) -> ClockType[src]

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

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

Loading content...

Implementors

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

fn clock_type(&self) -> ClockType[src]

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

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

Loading content...