Navigation.messageParseEvent

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

interface Navigation
static
bool
messageParseEvent

Parameters

message gst.message.Message

A #GstMessage to inspect.

event gst.event.Event

a pointer to a #GstEvent to receive the contained navigation event.

Return Value

Type: bool

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