ClockCallback


Description:

[ CCode ( instance_pos = 3.9 ) ]
public delegate bool ClockCallback (Clock clock, ClockTime time, ClockID id)

The function prototype of the callback.

Parameters:

clock

The clock that triggered the callback

time

The time it was triggered

id

The ClockID that expired

user_data

user data passed in the id_wait_async function

Returns:

true or false (currently unused)


Namespace: Gst
Package: gstreamer-1.0