Share via


enumeración DVD_RELATIVE_BUTTON (strmif.h)

[La característica asociada a esta página, DirectShow, es una característica heredada. Se ha reemplazado por MediaPlayer, IMFMediaEngine y Captura de audio/vídeo en Media Foundation. Esas características se han optimizado para Windows 10 y Windows 11. Microsoft recomienda encarecidamente que el nuevo código use MediaPlayer, IMFMediaEngine y Audio/Video Capture en Media Foundation en lugar de DirectShow, siempre que sea posible. Microsoft sugiere que el código existente que usa las API heredadas se reescriba para usar las nuevas API si es posible.

Identifica los cuatro botones direccionales usados para la navegación de menús dvd y otras operaciones.

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;

Constantes

 
DVD_Relative_Upper
Valor: 1
Botón superior.
DVD_Relative_Lower
Valor: 2
Botón inferior.
DVD_Relative_Left
Valor: 3
Botón izquierdo.
DVD_Relative_Right
Valor: 4
Botón derecho.

Requisitos

Requisito Valor
Header strmif.h (incluye Dshow.h)

Consulte también

Tipos enumerados de DirectShow

IDvdControl2