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
message | A #GstMessage to inspect. |
event | a pointer to a #GstEvent to receive the contained navigation event. |
Returns
true if the message could be successfully parsed. false if not.