DVD_RELATIVE_BUTTON enumeration (strmif.h)

Identifies the four directional buttons used for DVD menu navigation and other operations.

Syntax

typedef enum __MIDL___MIDL_itf_strmif_0000_0132_0004 {
  DVD_Relative_Upper = 1,
  DVD_Relative_Lower = 2,
  DVD_Relative_Left = 3,
  DVD_Relative_Right = 4
} DVD_RELATIVE_BUTTON;

Constants

 
DVD_Relative_Upper
Value: 1
Upper button.
DVD_Relative_Lower
Value: 2
Lower button.
DVD_Relative_Left
Value: 3
Left button.
DVD_Relative_Right
Value: 4
Right button.

Requirements

   
Header strmif.h (include Dshow.h)

See also

DirectShow Enumerated Types

IDvdControl2