[][src]Trait gstreamer::subclass::clock::ClockImpl

pub trait ClockImpl: ClockImplExt + ObjectImpl + Send + Sync + 'static {
    fn change_resolution(
        &self,
        clock: &Clock,
        old_resolution: ClockTime,
        new_resolution: ClockTime
    ) -> ClockTime { ... }
fn get_resolution(&self, clock: &Clock) -> ClockTime { ... }
fn get_internal_time(&self, clock: &Clock) -> ClockTime { ... }
fn wait(
        &self,
        clock: &Clock,
        id: &ClockId
    ) -> (Result<ClockSuccess, ClockError>, ClockTimeDiff) { ... }
fn wait_async(
        &self,
        clock: &Clock,
        id: &ClockId
    ) -> Result<ClockSuccess, ClockError> { ... }
fn unschedule(&self, clock: &Clock, id: &ClockId) { ... } }

Provided methods

fn change_resolution(
    &self,
    clock: &Clock,
    old_resolution: ClockTime,
    new_resolution: ClockTime
) -> ClockTime

fn get_resolution(&self, clock: &Clock) -> ClockTime

fn get_internal_time(&self, clock: &Clock) -> ClockTime

fn wait(
    &self,
    clock: &Clock,
    id: &ClockId
) -> (Result<ClockSuccess, ClockError>, ClockTimeDiff)

fn wait_async(
    &self,
    clock: &Clock,
    id: &ClockId
) -> Result<ClockSuccess, ClockError>

fn unschedule(&self, clock: &Clock, id: &ClockId)

Loading content...

Implementors

Loading content...