[−][src]Trait gstreamer::subclass::prelude::ClockImpl
Provided methods
fn change_resolution(
&self,
clock: &Clock,
old_resolution: ClockTime,
new_resolution: ClockTime
) -> ClockTime
&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)
&self,
clock: &Clock,
id: &ClockId
) -> (Result<ClockSuccess, ClockError>, ClockTimeDiff)
fn wait_async(
&self,
clock: &Clock,
id: &ClockId
) -> Result<ClockSuccess, ClockError>
&self,
clock: &Clock,
id: &ClockId
) -> Result<ClockSuccess, ClockError>