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
event | A #GstEvent to inspect. |
command | Pointer to GstNavigationCommand to receive the type of the navigation event. |
Returns
TRUE if the navigation command could be extracted, otherwise FALSE.