Class Gst::Clock

Abstract

Abstract class for global clocks.

Included in: Gst .

Index: == active? speed system_clock time

Class methods
system_clocksystem_clock -> aClockObject
 

Gets a handle to the default system clock, as a reference to a Gst::Clock object.

Instance methods
==== aClockObject -> aBoolean
 

Checks if two Gst::Clock objects are synchronized on the same time.

active?active? -> aBoolean
 

Checks if the clock is active.

speedspeed -> anInteger
 

Gets the speed of the clock. The returned integer can be either a Fixnum or a Float.

timetime -> aFixnum
 

Gets the time of the clock (in nanoseconds).