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_UpperValue: 1 Upper button. |
DVD_Relative_LowerValue: 2 Lower button. |
DVD_Relative_LeftValue: 3 Left button. |
DVD_Relative_RightValue: 4 Right button. |
Requirements
| Header | strmif.h (include Dshow.h) |