Gjsify LogoGjsify Logo

A set of commands that may be issued to an element providing the #GstNavigation interface. The available commands can be queried via the gst_navigation_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

Index

Enumeration Members

ACTIVATE: number

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

DOWN: number

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

INVALID: number

An invalid command entry

LEFT: number

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

MENU1: number

Execute navigation menu command 1. For DVD, this enters the DVD root menu, or exits back to the title from the menu.

MENU2: number

Execute navigation menu command 2. For DVD, this jumps to the DVD title menu.

MENU3: number

Execute navigation menu command 3. For DVD, this jumps into the DVD root menu.

MENU4: number

Execute navigation menu command 4. For DVD, this jumps to the Subpicture menu.

MENU5: number

Execute navigation menu command 5. For DVD, the jumps to the audio menu.

MENU6: number

Execute navigation menu command 6. For DVD, this jumps to the angles menu.

MENU7: number

Execute navigation menu command 7. For DVD, this jumps to the chapter menu.

NEXT_ANGLE: number

Switch to the next angle in a multiangle feature.

PREV_ANGLE: number

Switch to the previous angle in a multiangle feature.

RIGHT: number

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

UP: number

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

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method