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
clock | a pointer to hold a clock object, or null |
ready | a pointer to hold the ready flag, or null |