NavigationCommand
Description:
[ CCode ( cname = "GstNavigationCommand" , cprefix = "GST_NAVIGATION_COMMAND_" , type_id = "gst_navigation_command_get_type ()" ) ]
[ GIR ( name = "NavigationCommand" ) ]
public enum NavigationCommand
A set of commands that may be issued to an element providing the Navigation
interface.
The available commands can be queried via the
query_new_commands 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
Content:
Enum values:
- ACTIVATE - Activate (click)
the currently selected button in a menu, if such a button exists.
- DOWN - Select the button below the
current one in a menu, if such a button exists.
- INVALID - An invalid command
entry
- LEFT - Select the next button to
the left in a menu, if such a button exists.
- MENU1 - Execute navigation menu
command 1.
- MENU2 - Execute navigation menu
command 2.
- MENU3 - Execute navigation menu
command 3.
- MENU4 - Execute navigation menu
command 4.
- MENU5 - Execute navigation menu
command 5.
- MENU6 - Execute navigation menu
command 6.
- MENU7 - Execute navigation menu
command 7.
- NEXT_ANGLE - Switch to the
next angle in a multiangle feature.
- PREV_ANGLE - Switch to the
previous angle in a multiangle feature.
- RIGHT - Select the next button to
the right in a menu, if such a button exists.
- UP - Select the button above the
current one in a menu, if such a button exists.