Message.parseClockProvide

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

class Message
void
parseClockProvide
(,
out int ready
)

Parameters

clock Clock

a pointer to hold a clock object, or NULL. out[allow-none][transfer none]

ready int

a pointer to hold the ready flag, or NULL. out[allow-none]

Meta