Microsoft DirectX 9.0

AM_DVD_YUV

Contains DVD YUV subpicture data.

Syntax

typedef struct _AM_DVD_YUV {
    UCHAR   Reserved;
    UCHAR   Y;
    UCHAR   U;
    UCHAR   V;
} AM_DVD_YUV, *PAM_DVD_YUV;

Members

Reserved

Reserved.

Y

Y color data.

U

U color data.

V

V color data.

Remarks

This structure is contained within the AM_PROPERTY_SPPAL structure.

See Also