Condividi tramite


enumerazione VALID_UOP_FLAG (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.

Indica quali comandi dell'operazione utente (UOP) sono attualmente consentiti dal DVD.

Sintassi

typedef enum __MIDL___MIDL_itf_strmif_0000_0132_0001 {
  UOP_FLAG_Play_Title_Or_AtTime = 0x1,
  UOP_FLAG_Play_Chapter = 0x2,
  UOP_FLAG_Play_Title = 0x4,
  UOP_FLAG_Stop = 0x8,
  UOP_FLAG_ReturnFromSubMenu = 0x10,
  UOP_FLAG_Play_Chapter_Or_AtTime = 0x20,
  UOP_FLAG_PlayPrev_Or_Replay_Chapter = 0x40,
  UOP_FLAG_PlayNext_Chapter = 0x80,
  UOP_FLAG_Play_Forwards = 0x100,
  UOP_FLAG_Play_Backwards = 0x200,
  UOP_FLAG_ShowMenu_Title = 0x400,
  UOP_FLAG_ShowMenu_Root = 0x800,
  UOP_FLAG_ShowMenu_SubPic = 0x1000,
  UOP_FLAG_ShowMenu_Audio = 0x2000,
  UOP_FLAG_ShowMenu_Angle = 0x4000,
  UOP_FLAG_ShowMenu_Chapter = 0x8000,
  UOP_FLAG_Resume = 0x10000,
  UOP_FLAG_Select_Or_Activate_Button = 0x20000,
  UOP_FLAG_Still_Off = 0x40000,
  UOP_FLAG_Pause_On = 0x80000,
  UOP_FLAG_Select_Audio_Stream = 0x100000,
  UOP_FLAG_Select_SubPic_Stream = 0x200000,
  UOP_FLAG_Select_Angle = 0x400000,
  UOP_FLAG_Select_Karaoke_Audio_Presentation_Mode = 0x800000,
  UOP_FLAG_Select_Video_Mode_Preference = 0x1000000
} VALID_UOP_FLAG;

Costanti

 
UOP_FLAG_Play_Title_Or_AtTime
Valore: 0x1
Comandi Di allegato J: Time_Play, TimeSearch.
UOP_FLAG_Play_Chapter
Valore: 0x2
Comandi Di allegato J: PTT_Play, PTT_Search.
UOP_FLAG_Play_Title
Valore: 0x4
Comando Allegato J: Title_Play.
UOP_FLAG_Stop
Valore: 0x8
Comando Allegato J: Arresta.
UOP_FLAG_ReturnFromSubMenu
Valore: 0x10
Comando Allegato J: GoUp.
UOP_FLAG_Play_Chapter_Or_AtTime
Valore: 0x20
Comandi Di allegato J: Time_Search, PTT_Search.
UOP_FLAG_PlayPrev_Or_Replay_Chapter
Valore: 0x40
Comandi Di allegato J: PrevPG_Search, TopPG_Search.
UOP_FLAG_PlayNext_Chapter
Valore: 0x80
Comando Allegato J: NextPG_Search.
UOP_FLAG_Play_Forwards
Valore: 0x100
Comando Allegato J: Forward_Scan.
UOP_FLAG_Play_Backwards
Valore: 0x200
Comando Allegato J: Backward_Scan.
UOP_FLAG_ShowMenu_Title
Valore: 0x400
Comando Allegato J: Menu_Call(Titolo).
UOP_FLAG_ShowMenu_Root
Valore: 0x800
Comando Allegato J: Menu_Call(Radice).
UOP_FLAG_ShowMenu_SubPic
Valore: 0x1000
Comando Allegato J: Menu_Call(Sotto-immagine).
UOP_FLAG_ShowMenu_Audio
Valore: 0x2000
Comando Allegato J: Menu_Call(Audio).
UOP_FLAG_ShowMenu_Angle
Valore: 0x4000
Comando Allegato J: Menu_Call(Angolo).
UOP_FLAG_ShowMenu_Chapter
Valore: 0x8000
Comando Allegato J: Menu_Call(PTT).
UOP_FLAG_Resume
Valore: 0x10000
Comando Allegato J: Ripresa.
UOP_FLAG_Select_Or_Activate_Button
Valore: 0x20000
Comandi Di allegato J: Upper_Button_Select, Lower_Button_Select, Left_Button_Select, Right_Button_Select, Button_Activate, Button_Select_And_Activate.
UOP_FLAG_Still_Off
Valore: 0x40000
Comando Allegato J: Still_Off.
UOP_FLAG_Pause_On
Valore: 0x80000
Comando Allegato J: Pause_On.
UOP_FLAG_Select_Audio_Stream
Valore: 0x100000
Comando Allegato J: Audio_Stream_Change.
UOP_FLAG_Select_SubPic_Stream
Valore: 0x200000
Comando Allegato J: sotto-picture_Stream_Change.
UOP_FLAG_Select_Angle
Valore: 0x400000
Comando Allegato J: Angle_Change.
UOP_FLAG_Select_Karaoke_Audio_Presentation_Mode
Valore: 0x800000
Comando Allegato J: Karaoke_Audio_Presentation_Mode_Change.
UOP_FLAG_Select_Video_Mode_Preference
Valore: 0x1000000
Comando Allegato J: Video_Presentation_Mode_Change.

Requisiti

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

Vedi anche

Tipi enumerati DirectShow

IDeviceInfo2::GetCurrentUOPS