다음을 통해 공유


eAVEncVideoColorPrimaries 열거형(codecapi.h)

[이 페이지와 연결된 기능인 DirectShow는 레거시 기능입니다. MediaPlayer, IMFMediaEngineMedia Foundation의 오디오/비디오 캡처로 대체되었습니다. 이러한 기능은 Windows 10 및 Windows 11 최적화되었습니다. 가능한 경우 새 코드에서 DirectShow 대신 MediaPlayer, IMFMediaEngine오디오/비디오 캡처를 사용하는 것이 좋습니다. 가능한 경우 레거시 API를 사용하는 기존 코드를 다시 작성하여 새 API를 사용하도록 제안합니다.]

비디오의 색 기본값을 지정합니다. 이 열거형은 AVEncVideoInputColorPrimariesAVEncVideoOutputColorPrimaries 속성과 함께 사용됩니다.

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
ITU-R BT.709(sRGB 및 scRGB 포함).
eAVEncVideoColorPrimaries_BT470_2_SysM
값: 3
ITU-R. BT.470-4 시스템 M(NTSC).
eAVEncVideoColorPrimaries_BT470_2_SysBG
값: 4
ITU-R. BT.470-4 시스템 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 Professional [데스크톱 앱 | UWP 앱]
지원되는 최소 서버 Windows 2000 Server [데스크톱 앱 | UWP 앱]
머리글 codecapi.h

추가 정보

코덱 API 열거형

ICodecAPI 인터페이스