eAVEncVideoColorTransferFunction 열거형(codecapi.h)
[이 페이지와 연결된 기능인 DirectShow는 레거시 기능입니다. MediaPlayer, IMFMediaEngine 및 Media Foundation의 오디오/비디오 캡처로 대체되었습니다. 이러한 기능은 Windows 10 및 Windows 11 최적화되었습니다. 가능한 경우 새 코드가 DirectShow 대신 Media Foundation에서 MediaPlayer, IMFMediaEngine 및 오디오/비디오 캡처를 사용하는 것이 좋습니다. 가능한 경우 레거시 API를 사용하는 기존 코드를 다시 작성하여 새 API를 사용하도록 제안합니다.]
R'G'B'에서 RGB로의 변환 함수를 지정합니다. 이 열거형은 AVEncVideoInputColorTransferFunction 및 AVEncVideoOutputColorTransferFunction 속성과 함께 사용됩니다.
Syntax
typedef enum eAVEncVideoColorTransferFunction {
eAVEncVideoColorTransferFunction_SameAsSource = 0,
eAVEncVideoColorTransferFunction_10 = 1,
eAVEncVideoColorTransferFunction_18 = 2,
eAVEncVideoColorTransferFunction_20 = 3,
eAVEncVideoColorTransferFunction_22 = 4,
eAVEncVideoColorTransferFunction_22_709 = 5,
eAVEncVideoColorTransferFunction_22_240M = 6,
eAVEncVideoColorTransferFunction_22_8bit_sRGB = 7,
eAVEncVideoColorTransferFunction_28 = 8
} ;
상수
eAVEncVideoColorTransferFunction_SameAsSource 값: 0 입력 비디오와 동일한 함수를 사용합니다. 이 플래그는 AVEncVideoOutputColorTransferFunction 속성에 만 적용됩니다. |
eAVEncVideoColorTransferFunction_10 값: 1 선형 RGB(감마 = 1.0). |
eAVEncVideoColorTransferFunction_18 값: 2 True 1.8 감마입니다. L' = L^1/1.8. |
eAVEncVideoColorTransferFunction_20 값: 3 True 2.0 감마입니다. L' = L^1/2.0. |
eAVEncVideoColorTransferFunction_22 값: 4 True 2.2 감마입니다. L' = L^1/2.2.. |
eAVEncVideoColorTransferFunction_22_709 값: 5 하한 범위에 선형 세그먼트가 있는 감마 2.2 곡선입니다. L' = 4.5L, L < 0.018; L' = 1.099L^0.45.- 0.099, L >= 0.018. 이 전송 함수는 BT-709, SMPTE 296M, SMPTE 170M, BT-470 및 SPMTE 274M에서 사용됩니다. |
eAVEncVideoColorTransferFunction_22_240M 값: 6 하한 범위에 선형 세그먼트가 있는 감마 2.2 곡선입니다. L' = 4.0L, L < 0.0228; L' = 1.1115^L0.45.- 0.01115, L >= 0.0228. 이 전송 함수는 SPMTE 240M에서 사용됩니다. |
eAVEncVideoColorTransferFunction_22_8bit_sRGB 값: 7 하한 범위에 선형 세그먼트가 있는 감마 2.4 곡선입니다. L' = L/12.92, L < 0.03928; L' = ((L + 0.055) / 1.055)^2.4., L >= 0.03928. |
eAVEncVideoColorTransferFunction_28 값: 8 True 2.8 감마입니다. L' = L^1/2.8. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 2000 Professional [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows 2000 Server [데스크톱 앱 | UWP 앱] |
머리글 | codecapi.h |