Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DXVA2_AYUVSample16 structure (dxva2api.h)

Defines a 16-bit AYUV pixel value.

Syntax

typedef struct _DXVA2_AYUVSample16 {
 USHORT Cr;
 USHORT Cb;
 USHORT Y;
 USHORT Alpha;
} DXVA2_AYUVSample16;

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_VideoProcessBltParams

Media Foundation Structures


Feedback

Was this page helpful?

Additional resources