Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes a 4:4:4:4 Y'Cb'Cr' sample.
Syntax
typedef struct __MFAYUVSample {
  BYTE bCrValue;
  BYTE bCbValue;
  BYTE bYValue;
  BYTE bSampleAlpha8;
} MFAYUVSample;
Members
bCrValue
Cr (chroma difference) value.
bCbValue
Cb (chroma difference) value.
bYValue
Y (luma) value.
bSampleAlpha8
Alpha value.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] | 
| Minimum supported server | Windows Server 2008 [desktop apps only] | 
| Header | mfobjects.h (include Mfidl.h) |