GstNavigationCommand

A set of commands that may be issued to an element providing the #GstNavigation interface. The available commands can be queried via the gstvideo.navigation.Navigation.queryNewCommands query.

For convenience in handling DVD navigation, the MENU commands are aliased as: GST_NAVIGATION_COMMAND_DVD_MENU = @GST_NAVIGATION_COMMAND_MENU1 GST_NAVIGATION_COMMAND_DVD_TITLE_MENU = @GST_NAVIGATION_COMMAND_MENU2 GST_NAVIGATION_COMMAND_DVD_ROOT_MENU = @GST_NAVIGATION_COMMAND_MENU3 GST_NAVIGATION_COMMAND_DVD_SUBPICTURE_MENU = @GST_NAVIGATION_COMMAND_MENU4 GST_NAVIGATION_COMMAND_DVD_AUDIO_MENU = @GST_NAVIGATION_COMMAND_MENU5 GST_NAVIGATION_COMMAND_DVD_ANGLE_MENU = @GST_NAVIGATION_COMMAND_MENU6 GST_NAVIGATION_COMMAND_DVD_CHAPTER_MENU = @GST_NAVIGATION_COMMAND_MENU7

Values

ValueMeaning
Invalid0

An invalid command entry

Left20

Select the next button to the left in a menu, if such a button exists.

Up22

Select the button above the current one in a menu, if such a button exists.

Down23

Select the button below the current one in a menu, if such a button exists.

Activate24

Activate (click) the currently selected button in a menu, if such a button exists.

PrevAngle30

Switch to the previous angle in a multiangle feature.

NextAngle31

Switch to the next angle in a multiangle feature.