VfwCompressDialogs-Enumeration (strmif.h)
[Das dieser Seite zugeordnete Feature DirectShow ist ein Legacyfeature. Es wurde durch MediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation ersetzt. Diese Features wurden für Windows 10 und Windows 11 optimiert. Microsoft empfiehlt dringend, dass neuer Code nach Möglichkeit MediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation anstelle von DirectShow verwendet. Microsoft schlägt vor, vorhandenen Code, der die Legacy-APIs verwendet, um nach Möglichkeit die neuen APIs zu verwenden.]
Gibt ein Dialogfeld an, das möglicherweise in einem Video für Windows-Komprimierungstreiber (Codec) vorhanden ist.
Syntax
typedef enum VfwCompressDialogs {
VfwCompressDialog_Config = 0x1,
VfwCompressDialog_About = 0x2,
VfwCompressDialog_QueryConfig = 0x4,
VfwCompressDialog_QueryAbout = 0x8
} ;
Konstanten
VfwCompressDialog_Config Wert: 0x1 Dialogfeld "Konfigurieren". |
VfwCompressDialog_About Wert: 0x2 Info-Dialogfeld. |
VfwCompressDialog_QueryConfig Wert: 0x4 Gibt an, ob das Dialogfeld Konfigurieren verfügbar ist. |
VfwCompressDialog_QueryAbout Wert: 0x8 Gibt an, ob das Dialogfeld Info verfügbar ist. |
Anforderungen
Anforderung | Wert |
---|---|
Header | strmif.h (include Dshow.h) |