Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
DVD_RELATIVE_BUTTON Enumeration
Identifies the four directional buttons used for DVD menu navigation and other operations.
Syntax
typedef enum tagDVD_RELATIVE_BUTTON {
DVD_Relative_Upper = 1,
DVD_Relative_Lower = 2,
DVD_Relative_Left = 3,
DVD_Relative_Right = 4
} DVD_RELATIVE_BUTTON;
Members
DVD_Relative_Upper
Upper button.
DVD_Relative_Lower
Lower button.
DVD_Relative_Left
Left button.
DVD_Relative_Right
Right button.
Requirements
Header: Dshow.h
See Also