Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Class Gst.Clock

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstClock
Class : Clock
Extends: Gst.Object
  Show / Hide Inherited methods, properties and signals
GstClock base structure. The values of this structure are protected for subclasses, use the methods to use the GstClock.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst.Element
Method
provide_clock () : Gst.Clock
Get the clock provided by the given element.
Gst.Element
Method
get_clock () : Gst.Clock
Gets the currently configured clock of the element.
Gst.Element
Method
set_clock (Clock clock) : Boolean
Sets the clock for the element.
Gst.Message
Method
new Gst.Message.clock_provide (Object src, Clock clock, Boolean ready) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.clock_lost (Object src, Clock clock) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.new_clock (Object src, Clock clock) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
parse_clock_provide (Clock clock) : Boolean
Extracts the clock and ready flag from the GstMessage.
Gst.Message
Method
parse_clock_lost (Clock clock) : none
Extracts the lost clock from the GstMessage.
Gst.Message
Method
parse_new_clock (Clock clock) : none
Extracts the new clock from the GstMessage.
Gst.Pipeline
Method
use_clock (Clock clock) : none
Force pipeline to use the given clock.
Gst.Pipeline
Method
set_clock (Clock clock) : Boolean
Set the clock for pipeline.
Gst.Pipeline
Method
get_clock () : Gst.Clock
Gets the current clock used by pipeline.
Gst.SystemClock
Method
Gst.SystemClock.obtain () : Gst.Clock
Get a handle to the default system clock.
GstNet.NetTimeProvider
Property
clock : Gst.Clock
GstNet.NetTimeProvider
Method
new GstNet.NetTimeProvider.c_new (Clock clock, String address, Number port) : GstNet.NetTimeProvider
Create a new GstNet.NetTimeProvider
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:52 GMT+0800 (HKT)