Message.clock_provide


Description:

[ CCode ( has_construct_function = false ) ]
public Message.clock_provide (Object? src, Clock clock, bool ready)

Create a clock provide message.

This message is posted whenever an element is ready to provide a clock or lost its ability to provide a clock (maybe because it paused or became EOS).

This message is mainly used internally to manage the clock selection.

Parameters:

src

The object originating the message.

clock

the clock it provides

ready

true if the sender can provide a clock

Returns: