Navigation.messageParseEvent

bool messageParseEvent(gst.message.Message message, out gst.event.Event event)

Parse a #GstNavigation message of type #GST_NAVIGATION_MESSAGE_EVENT and extract contained #GstEvent. The caller must unref the event when done with it.

Parameters

messageA #GstMessage to inspect.
eventa pointer to a #GstEvent to receive the contained navigation event.

Returns

true if the message could be successfully parsed. false if not.