eAVEncVideoColorTransferMatrix 枚举 (codecapi.h)
[与此页面关联的功能 DirectShow 是旧版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音频/视频捕获所取代。 这些功能已针对Windows 10和Windows 11进行了优化。 Microsoft 强烈建议新代码尽可能在 Media Foundation 中使用 MediaPlayer、 IMFMediaEngine 和 音频/视频捕获 ,而不是 DirectShow。 如果可能,Microsoft 建议重写使用旧 API 的现有代码以使用新 API。]
指定从 Y'Cb'Cr' 颜色空间到 R'G'B' 颜色空间的转换矩阵。 此枚举与 AVEncVideoInputColorTransferMatrix 和 AVEncVideoOutputColorTransferMatrix 属性一起使用。
语法
typedef enum eAVEncVideoColorTransferMatrix {
eAVEncVideoColorTransferMatrix_SameAsSource = 0,
eAVEncVideoColorTransferMatrix_BT709 = 1,
eAVEncVideoColorTransferMatrix_BT601 = 2,
eAVEncVideoColorTransferMatrix_SMPTE240M = 3
} ;
常量
eAVEncVideoColorTransferMatrix_SameAsSource 值: 0 使用与输入视频相同的传输矩阵。 此标志仅适用于 AVEncVideoOutputColorTransferMatrix 属性。 |
eAVEncVideoColorTransferMatrix_BT709 值:1 ITU-R BT.709 传输矩阵。 |
eAVEncVideoColorTransferMatrix_BT601 值: 2 ITU-R BT.601 传输矩阵。 |
eAVEncVideoColorTransferMatrix_SMPTE240M 值: 3 SMPTE 240M 传输矩阵。 |
要求
最低受支持的客户端 | Windows 2000 专业版 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows 2000 Server [桌面应用 |UWP 应用] |
标头 | codecapi.h |