KS_DVD_YCrCb - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct _KS_DVD_YCrCb {
  UCHAR Reserved;
  UCHAR Y;
  UCHAR Cr;
  UCHAR Cb;
} KS_DVD_YCrCb, *PKS_DVD_YCrCb;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-_ks_dvd_ycrcb)

_KS_DVD_YCrCb structure

Description

The KS_DVD_YCrCb structure is used to describe a color in the YCrCb colorspace.

Members

Reserved

Reserved. Do not use.

Y

Indicates the luminance (brightness) component of the color.

Cr

Indicates the color-red (chrominance) component of the color.

Cb

Indicates the color-blue (chrominance) component of the color.

Remarks

The KS_DVD_YCrCb structure is used

See also

KS_DVD_YUV