Condividi tramite


enumerazione DVD_RELATIVE_BUTTON (strmif.h)

[La funzionalità associata a questa pagina, DirectShow, è una funzionalità legacy. È stata sostituita da MediaPlayer, FMMediaEngine e Audio/Video Capture in Media Foundation. Queste funzionalità sono state ottimizzate per Windows 10 e Windows 11. Microsoft consiglia vivamente che il nuovo codice usi MediaPlayer, FMMediaEngine e Audio/Video Capture in Media Foundation anziché DirectShow, quando possibile. Microsoft suggerisce che il codice esistente che usa le API legacy venga riscritto per usare le nuove API, se possibile.

Identifica i quattro pulsanti direzionali usati per la navigazione dei menu DVD e altre operazioni.

Sintassi

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;

Costanti

 
DVD_Relative_Upper
Valore: 1
Pulsante superiore.
DVD_Relative_Lower
Valore: 2
Pulsante inferiore.
DVD_Relative_Left
Valore: 3
Pulsante sinistro.
DVD_Relative_Right
Valore: 4
Pulsante destro.

Requisiti

Requisito Valore
Intestazione strmif.h (include Dshow.h)

Vedi anche

Tipi enumerati DirectShow

IPadControl2