次の方法で共有


eAVEncVideoColorTransferFunction 列挙 (codecapi.h)

[このページに関連付けられている機能 DirectShow は、従来の機能です。 MediaPlayerIMFMediaEngine、および Media Foundation のオーディオ/ビデオ キャプチャに置き換わりました。 これらの機能は、Windows 10とWindows 11用に最適化されています。 新しいコードでは、可能であれば、DirectShow ではなく Media Foundation で MediaPlayerIMFMediaEngineAudio/Video Capture を使用することを強くお勧めします。 Microsoft は、従来の API を使用する既存のコードを、可能であれば新しい API を使用するように書き直すよう提案しています。]

R'G'B' から RGB への変換関数を指定します。 この列挙は、 AVEncVideoInputColorTransferFunction プロパティと AVEncVideoOutputColorTransferFunction プロパティで使用されます。

構文

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., for L >= 0.03928.
eAVEncVideoColorTransferFunction_28
値: 8
True 2.8 ガンマ。 L' = L^1/2.8..

要件

要件
サポートされている最小のクライアント Windows 2000 Professional [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー Windows 2000 Server [デスクトップ アプリ |UWP アプリ]
Header codecapi.h

こちらもご覧ください

コーデック API 列挙

ICodecAPI インターフェイス