DXVA2_AYUVSample8 structure (dxva2api.h)

Defines an 8-bit AYUV pixel value.

Syntax

typedef struct _DXVA2_AYUVSample8 {
  UCHAR Cr;
  UCHAR Cb;
  UCHAR Y;
  UCHAR Alpha;
} DXVA2_AYUVSample8;

Members

Cr

Contains the Cr chroma value (also called V).

Cb

Contains the Cb chroma value (also called U).

Y

Contains the luma value.

Alpha

Contains the alpha value.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header dxva2api.h

See also

DXVA2_VideoSample

Media Foundation Structures