Package elisa :: Package core :: Module player :: Class NewClock
[hide private]
[frames] | no frames]

Class NewClock

source code


This message is triggered everytime the engine gets a new Clock. It is independent from any trigger_message-settings. It is simply always send, when gstreamer finds a new one. Even this message is send by the engine, please think, that the message_sender is maybe overritten.

Instance Methods [hide private]
 
__init__(self, clock)
set the clock to clock.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variables [hide private]
gst.Clock clock = 'frontend'
the new clock that was found
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, clock)
(Constructor)

source code 
set the clock to clock. This is the new clock, the engine is using.
Overrides: object.__init__