vmRDeinterlacePrefs 列舉 (strmif.h)
[與此頁面 相關的功能 DirectShow是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對Windows 10和Windows 11進行優化。 Microsoft 強烈建議新程式碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議盡可能重寫使用舊版 API 的現有程式碼,以使用新的 API。]
如果無法使用應用程式所設定的方法, 則 VMRDeinterlacePrefs 列舉類型描述 視訊混合轉譯器篩選器 7 (VMR-7) 使用的反交錯方法。
Syntax
typedef enum VMRDeinterlacePrefs {
DeinterlacePref_NextBest = 0x1,
DeinterlacePref_BOB = 0x2,
DeinterlacePref_Weave = 0x4,
DeinterlacePref_Mask = 0x7
} ;
常數
DeinterlacePref_NextBest 值: 0x1 使用驅動程式所提供的下一個最佳模式。 |
DeinterlacePref_BOB 值: 0x2 使用 bob 方法。 |
DeinterlacePref_Weave 值: 0x4 使用 weave 方法 (,也就是沒有反交錯) 。 |
DeinterlacePref_Mask 值: 0x7 前一個旗標的位 OR 。 這個值不是有效的旗標。 |
規格需求
標頭 | strmif.h (包含 Dshow.h) |