Abstract
Abstract class for global clocks.
Included in: Gst .
Index: == active? speed system_clock time
Class methods | |
---|---|
system_clock | system_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. | |
speed | speed -> anInteger |
Gets the speed of the clock. The returned integer can be either a Fixnum or a Float. | |
time | time -> aFixnum |
Gets the time of the clock (in nanoseconds). |