Navigation.eventParseCommand

bool eventParseCommand(gst.event.Event event, out gstvideo.types.NavigationCommand command)

Inspect a #GstNavigation command event and retrieve the enum value of the associated command.

Parameters

eventA #GstEvent to inspect.
commandPointer to GstNavigationCommand to receive the type of the navigation event.

Returns

TRUE if the navigation command could be extracted, otherwise FALSE.