event_parse_command


Description:

public static bool event_parse_command (Event event, out NavigationCommand command)

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

Parameters:

event

A Event 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.