MFAYUVSample 構造体 (mfobjects.h)

4:4:4:4 Y'Cb'Cr' サンプルについて説明します。

構文

typedef struct __MFAYUVSample {
  BYTE bCrValue;
  BYTE bCbValue;
  BYTE bYValue;
  BYTE bSampleAlpha8;
} MFAYUVSample;

メンバー

bCrValue

Cr (彩度差) 値。

bCbValue

Cb (彩度差) 値。

bYValue

Y (luma) 値。

bSampleAlpha8

アルファ値。

要件

要件
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
Header mfobjects.h (Mfidl.h を含む)

こちらもご覧ください

Media Foundation Structures