signal callback delegate or function to connect
void callback(bool synced, gst.clock.Clock clock)
synced if the clock is synced now (optional)
clock the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Synced signal.
Signaled on clocks with gst.types.ClockFlags.NeedsStartupSync set once the clock is synchronized, or when it completely lost synchronization. This signal will not be emitted on clocks without the flag.
This signal will be emitted from an arbitrary thread, most likely not the application's main thread.