Expand Minimize
This topic has not yet been rated - Rate this topic

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;

Constants

DVD_Relative_Upper

Upper button.

DVD_Relative_Lower

Lower button.

DVD_Relative_Left

Left button.

DVD_Relative_Right

Right button.

Requirements

Header

Strmif.h (include Dshow.h)

See also

DirectShow Enumerated Types
IDvdControl2

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.