Freigeben über


eAVEncVideoColorPrimaries-Enumeration (codecapi.h)

[Das dieser Seite zugeordnete Feature DirectShow ist ein Legacyfeature. Es wurde durch MediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation ersetzt. Diese Features wurden für Windows 10 und Windows 11 optimiert. Microsoft empfiehlt dringend, dass neuer Code nach Möglichkeit MediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation anstelle von DirectShow verwendet. Microsoft schlägt vor, vorhandenen Code, der die Legacy-APIs verwendet, um nach Möglichkeit die neuen APIs zu verwenden.]

Gibt die Farbvorwahlen des Videos an. Diese Enumeration wird mit den Eigenschaften AVEncVideoInputColorPrimaries und AVEncVideoOutputColorPrimaries verwendet.

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
} ;

Konstanten

 
eAVEncVideoColorPrimaries_SameAsSource
Wert: 0
Verwenden Sie dieselben Vorwahlen wie das Eingabevideo. Dieses Flag gilt nur für die AVEncVideoOutputColorPrimaries-Eigenschaft .
eAVEncVideoColorPrimaries_Reserved
Wert: 1
Reserviert. Darf nicht verwendet werden.
eAVEncVideoColorPrimaries_BT709
Wert: 2
ITU-R BT.709 (einschließlich sRGB und scRGB).
eAVEncVideoColorPrimaries_BT470_2_SysM
Wert: 3
ITU-R. BT.470-4 System M (NTSC).
eAVEncVideoColorPrimaries_BT470_2_SysBG
Wert: 4
ITU-R. BT.470-4 System B, G (NTSC).
eAVEncVideoColorPrimaries_SMPTE170M
Wert: 5
SMPTE 170M.
eAVEncVideoColorPrimaries_SMPTE240M
Wert: 6
SMPTE 240M.
eAVEncVideoColorPrimaries_EBU3231
Wert: 7
EBU 3213.
eAVEncVideoColorPrimaries_SMPTE_C
Wert: 8
SPMTE C (NTSC).

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 2000 Professional [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows 2000 Server [Desktop-Apps | UWP-Apps]
Kopfzeile codecapi.h

Weitere Informationen

Codec-API-Enumerationen

ICodecAPI-Schnittstelle