VfwCompressDialogs 列舉 (strmif.h)
[與此頁面相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議使用舊版 API 的現有程式代碼盡可能重寫為使用新的 API。
指定 Windows 壓縮 (編解碼器) 驅動程式的視訊中可能存在的對話方塊。
Syntax
typedef enum VfwCompressDialogs {
VfwCompressDialog_Config = 0x1,
VfwCompressDialog_About = 0x2,
VfwCompressDialog_QueryConfig = 0x4,
VfwCompressDialog_QueryAbout = 0x8
} ;
常數
VfwCompressDialog_Config 值: 0x1 設定對話框。 |
VfwCompressDialog_About 值: 0x2 關於對話框。 |
VfwCompressDialog_QueryConfig 值: 0x4 指定 [設定] 對話框是否可用。 |
VfwCompressDialog_QueryAbout 值: 0x8 指定 [關於] 對話框是否可用。 |
規格需求
需求 | 值 |
---|---|
標頭 | strmif.h (包含 Dshow.h) |