enumeración VALID_UOP_FLAG (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.

Indica qué comandos de operación de usuario (UOP) están permitidos actualmente por el 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 del anexo J: Time_Play, TimeSearch.
UOP_FLAG_Play_Chapter
Valor: 0x2
Comandos del 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: Detener.
UOP_FLAG_ReturnFromSubMenu
Valor: 0x10
Comando anexo J: GoUp.
UOP_FLAG_Play_Chapter_Or_AtTime
Valor: 0x20
Comandos del anexo J: Time_Search, PTT_Search.
UOP_FLAG_PlayPrev_Or_Replay_Chapter
Valor: 0x40
Comandos del 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(Raíz).
UOP_FLAG_ShowMenu_SubPic
Valor: 0x1000
Comando anexo J: Menu_Call(Sub-picture).
UOP_FLAG_ShowMenu_Audio
Valor: 0x2000
Comando anexo J: Menu_Call(Audio).
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: Reanudar.
UOP_FLAG_Select_Or_Activate_Button
Valor: 0x20000
Comandos del 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 J anexo: Audio_Stream_Change.
UOP_FLAG_Select_SubPic_Stream
Valor: 0x200000
Comando anexo J: Sub-picture_Stream_Change.
UOP_FLAG_Select_Angle
Valor: 0x400000
Comando J anexo: 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
Header strmif.h (incluye Dshow.h)

Consulte también

Tipos enumerados de DirectShow

IDvdInfo2::GetCurrentUOPS