Share via


enumeração VALID_UOP_FLAG (strmif.h)

[O recurso associado a esta página, DirectShow, é um recurso herdado. Ele foi substituído por MediaPlayer, IMFMediaEngine e Captura de Áudio/Vídeo na Media Foundation. Esses recursos foram otimizados para Windows 10 e Windows 11. A Microsoft recomenda fortemente que o novo código use MediaPlayer, IMFMediaEngine e Captura de Áudio/Vídeo no Media Foundation em vez de DirectShow, quando possível. A Microsoft sugere que o código existente que usa as APIs herdadas seja reescrito para usar as novas APIs, se possível.]

Indica quais comandos UOP (operação de usuário) são permitidos atualmente pelo DVD.

Syntax

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;

Constantes

 
UOP_FLAG_Play_Title_Or_AtTime
Valor: 0x1
Comandos do Anexo J: Time_Play, TimeSearch.
UOP_FLAG_Play_Chapter
Valor: 0x2
Comandos do Anexo J: PTT_Play, PTT_Search.
UOP_FLAG_Play_Title
Valor: 0x4
Comando Anexo J: Title_Play.
UOP_FLAG_Stop
Valor: 0x8
Comando Anexo J: Parar.
UOP_FLAG_ReturnFromSubMenu
Valor: 0x10
Comando Anexo J: GoUp.
UOP_FLAG_Play_Chapter_Or_AtTime
Valor: 0x20
Comandos do Anexo J: Time_Search, PTT_Search.
UOP_FLAG_PlayPrev_Or_Replay_Chapter
Valor: 0x40
Comandos do Anexo J: PrevPG_Search, TopPG_Search.
UOP_FLAG_PlayNext_Chapter
Valor: 0x80
Comando Anexo J: NextPG_Search.
UOP_FLAG_Play_Forwards
Valor: 0x100
Comando Anexo J: Forward_Scan.
UOP_FLAG_Play_Backwards
Valor: 0x200
Comando Anexo J: Backward_Scan.
UOP_FLAG_ShowMenu_Title
Valor: 0x400
Comando Anexo J: Menu_Call(Título).
UOP_FLAG_ShowMenu_Root
Valor: 0x800
Comando Anexo J: Menu_Call(Raiz).
UOP_FLAG_ShowMenu_SubPic
Valor: 0x1000
Comando Anexo J: Menu_Call(Sub-imagem).
UOP_FLAG_ShowMenu_Audio
Valor: 0x2000
Comando Anexo J: Menu_Call(Áudio).
UOP_FLAG_ShowMenu_Angle
Valor: 0x4000
Comando Anexo J: Menu_Call(Angle).
UOP_FLAG_ShowMenu_Chapter
Valor: 0x8000
Comando Anexo J: Menu_Call(PTT).
UOP_FLAG_Resume
Valor: 0x10000
Comando Anexo J: Retomar.
UOP_FLAG_Select_Or_Activate_Button
Valor: 0x20000
Comandos do Anexo J: Upper_Button_Select, Lower_Button_Select, Left_Button_Select, Right_Button_Select, Button_Activate Button_Select_And_Activate.
UOP_FLAG_Still_Off
Valor: 0x40000
Comando Anexo J: Still_Off.
UOP_FLAG_Pause_On
Valor: 0x80000
Comando Anexo J: Pause_On.
UOP_FLAG_Select_Audio_Stream
Valor: 0x100000
Comando Anexo J: Audio_Stream_Change.
UOP_FLAG_Select_SubPic_Stream
Valor: 0x200000
Comando Anexo J: sub-picture_Stream_Change.
UOP_FLAG_Select_Angle
Valor: 0x400000
Comando Anexo J: Angle_Change.
UOP_FLAG_Select_Karaoke_Audio_Presentation_Mode
Valor: 0x800000
Comando Anexo J: Karaoke_Audio_Presentation_Mode_Change.
UOP_FLAG_Select_Video_Mode_Preference
Valor: 0x1000000
Comando Anexo J: Video_Presentation_Mode_Change.

Requisitos

Requisito Valor
Cabeçalho strmif.h (inclua Dshow.h)

Confira também

Tipos Enumerados do DirectShow

IDvdInfo2::GetCurrentUOPS