eAVFastDecodeMode 列舉 (codecapi.h)
[與此頁面 相關的功能 DirectShow是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對Windows 10和Windows 11進行優化。 Microsoft 強烈建議新程式碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議盡可能重寫使用舊版 API 的現有程式碼,以使用新的 API。]
指定視訊解碼速度。 此列舉會與 AVDecVideoFastDecodeMode 屬性搭配使用。
Syntax
typedef enum eAVFastDecodeMode {
eVideoDecodeCompliant = 0,
eVideoDecodeOptimalLF = 1,
eVideoDecodeDisableLF = 2,
eVideoDecodeFastest = 32
} ;
常數
eVideoDecodeCompliant 值: 0 使用一般解碼。 |
eVideoDecodeOptimalLF 值: 1 使用最佳迴圈篩選。 |
eVideoDecodeDisableLF 值: 2 停用迴圈篩選。 |
eVideoDecodeFastest 值: 32 使用最快的解碼模式。 |
規格需求
最低支援的用戶端 | Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows 2000 Server [傳統型應用程式 |UWP 應用程式] |
標頭 | codecapi.h |