eAVEncVideoColorPrimaries 列舉 (codecapi.h)
[與此頁面相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議使用舊版 API 的現有程式代碼盡可能重寫為使用新的 API。
指定視訊的色彩主要。 此列舉會與 AVEncVideoInputColorPrimaries 和 AVEncVideoOutputColorPrimaries 屬性搭配使用。
Syntax
typedef enum eAVEncVideoColorPrimaries {
eAVEncVideoColorPrimaries_SameAsSource = 0,
eAVEncVideoColorPrimaries_Reserved = 1,
eAVEncVideoColorPrimaries_BT709 = 2,
eAVEncVideoColorPrimaries_BT470_2_SysM = 3,
eAVEncVideoColorPrimaries_BT470_2_SysBG = 4,
eAVEncVideoColorPrimaries_SMPTE170M = 5,
eAVEncVideoColorPrimaries_SMPTE240M = 6,
eAVEncVideoColorPrimaries_EBU3231 = 7,
eAVEncVideoColorPrimaries_SMPTE_C = 8
} ;
常數
eAVEncVideoColorPrimaries_SameAsSource 值: 0 使用與輸入視訊相同的主要數據。 此旗標僅適用於 AVEncVideoOutputColorPrimaries 屬性。 |
eAVEncVideoColorPrimaries_Reserved 值: 1 保留的。 請勿使用。 |
eAVEncVideoColorPrimaries_BT709 值: 2 BT-R BT.709 (包括 sRGB 和 scRGB) 。 |
eAVEncVideoColorPrimaries_BT470_2_SysM 值: 3 URL-R。BT.470-4 System M (NTSC) 。 |
eAVEncVideoColorPrimaries_BT470_2_SysBG 值: 4 URL-R。BT.470-4 System B,G (NTSC) 。 |
eAVEncVideoColorPrimaries_SMPTE170M 值: 5 SMPTE 170M。 |
eAVEncVideoColorPrimaries_SMPTE240M 值: 6 SMPTE 240M。 |
eAVEncVideoColorPrimaries_EBU3231 值: 7 EBU 3213。 |
eAVEncVideoColorPrimaries_SMPTE_C 值: 8 SPMTE C (NTSC) 。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows 2000 Server [傳統型應用程式 |UWP 應用程式] |
標頭 | codecapi.h |