VALID_UOP_FLAG-Enumeration (strmif.h)
[Das dieser Seite zugeordnete Feature DirectShow ist ein Legacyfeature. Es wurde von MediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation abgelöst. Diese Features wurden für Windows 10 und Windows 11 optimiert. Microsoft empfiehlt dringend, dass neuer Code mediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation anstelle von DirectShow verwendet, wenn möglich. Microsoft schlägt vor, dass vorhandener Code, der die Legacy-APIs verwendet, so umgeschrieben wird, dass nach Möglichkeit die neuen APIs verwendet werden.]
Gibt an, welche Benutzeroperationsbefehle (UOP) derzeit von der DVD zulässig sind.
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;
Konstanten
UOP_FLAG_Play_Title_Or_AtTime Wert: 0x1 Anhang J-Befehle: Time_Play, TimeSearch. |
UOP_FLAG_Play_Chapter Wert: 0x2 Anhang J-Befehle: PTT_Play, PTT_Search. |
UOP_FLAG_Play_Title Wert: 0x4 Anhang J Befehl: Title_Play. |
UOP_FLAG_Stop Wert: 0x8 Anhang J-Befehl: Stop. |
UOP_FLAG_ReturnFromSubMenu Wert: 0x10 Anhang J Befehl: GoUp. |
UOP_FLAG_Play_Chapter_Or_AtTime Wert: 0x20 Anhang J Befehle: Time_Search, PTT_Search. |
UOP_FLAG_PlayPrev_Or_Replay_Chapter Wert: 0x40 Anhang J-Befehle: PrevPG_Search, TopPG_Search. |
UOP_FLAG_PlayNext_Chapter Wert: 0x80 Anhang J Befehl: NextPG_Search. |
UOP_FLAG_Play_Forwards Wert: 0x100 Anhang J Befehl: Forward_Scan. |
UOP_FLAG_Play_Backwards Wert: 0x200 Anhang J Befehl: Backward_Scan. |
UOP_FLAG_ShowMenu_Title Wert: 0x400 Anhang J Befehl: Menu_Call(Titel). |
UOP_FLAG_ShowMenu_Root Wert: 0x800 Anhang J Befehl: Menu_Call(Stamm). |
UOP_FLAG_ShowMenu_SubPic Wert: 0x1000 Anhang J Befehl: Menu_Call(Unterbild). |
UOP_FLAG_ShowMenu_Audio Wert: 0x2000 Anhang J Befehl: Menu_Call(Audio). |
UOP_FLAG_ShowMenu_Angle Wert: 0x4000 Anhang J Befehl: Menu_Call(Angle). |
UOP_FLAG_ShowMenu_Chapter Wert: 0x8000 Anhang J Befehl: Menu_Call (PTT). |
UOP_FLAG_Resume Wert: 0x10000 Anhang J-Befehl: Fortsetzen. |
UOP_FLAG_Select_Or_Activate_Button Wert: 0x20000 Anhang J Befehle: Upper_Button_Select, Lower_Button_Select, Left_Button_Select, Right_Button_Select, Button_Activate, Button_Select_And_Activate. |
UOP_FLAG_Still_Off Wert: 0x40000 Anhang J Befehl: Still_Off. |
UOP_FLAG_Pause_On Wert: 0x80000 Anhang J Befehl: Pause_On. |
UOP_FLAG_Select_Audio_Stream Wert: 0x100000 Anhang J Befehl: Audio_Stream_Change. |
UOP_FLAG_Select_SubPic_Stream Wert: 0x200000 Anhang J Befehl: Unter-picture_Stream_Change. |
UOP_FLAG_Select_Angle Wert: 0x400000 Anhang J Befehl : Angle_Change. |
UOP_FLAG_Select_Karaoke_Audio_Presentation_Mode Wert: 0x800000 Anhang J Befehl: Karaoke_Audio_Presentation_Mode_Change. |
UOP_FLAG_Select_Video_Mode_Preference Wert: 0x1000000 Anhang J Befehl: Video_Presentation_Mode_Change. |
Anforderungen
Anforderung | Wert |
---|---|
Header | strmif.h (include Dshow.h) |