Message.parseClockProvide

void parseClockProvide(out gst.clock.Clock clock, out bool ready)

Extracts the clock and ready flag from the GstMessage. The clock object returned remains valid until the message is freed.

MT safe.

Parameters

clocka pointer to hold a clock object, or null
readya pointer to hold the ready flag, or null