eAVFastDecodeMode 枚举 (codecapi.h)

[与此页面关联的功能 DirectShow 是一项旧功能。 它已被 MediaPlayerIMFMediaEngine媒体基金会中的音频/视频捕获取代。 这些功能已针对Windows 10和Windows 11进行了优化。 Microsoft 强烈建议新代码尽可能使用 MediaPlayerIMFMediaEngineMedia Foundation 中的音频/视频捕获 ,而不是 DirectShow。 如果可能,Microsoft 建议重写使用旧 API 的现有代码以使用新 API。]

指定视频解码速度。 此枚举与 AVDecVideoFastDecodeMode 属性一起使用。

语法

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

另请参阅

编解码器 API 枚举

ICodecAPI 接口