ltmmDVD_RELATIVE_BUTTON constants
The ltmmDVD_RELATIVE_BUTTON constants identify the four directional buttons used for digital video disc (DVD) menu navigation and other operations.
Const ltmmDVD_Relative_Upper = 1
Const ltmmDVD_Relative_Lower = 2
Const ltmmDVD_Relative_Left = 3
Const ltmmDVD_Relative_Right = 4
Constant |
Description |
ltmmDVD_Relative_Upper |
[1] Upper button. |
ltmmDVD_Relative_Lower |
[2] Lower button. |
ltmmDVD_Relative_Left |
[3] Left button. |
ltmmDVD_Relative_Right |
[4] Right button. |
Comments
For more detailed information, refer to the Microsoft documentation for the DVD_RELATIVE_BUTTON Enumeration at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/dvd_relative_buttonenumeration.asp.
See Also