Microsoft DirectX 9.0 |
Specifies the DVD subpicture palette.
Syntax
typedef struct _AM_PROPERTY_SPPAL {
AM_DVD_YUV sppal[16];
} AM_PROPERTY_SPPAL, *PAM_PROPERTY_SPPAL;
Members
sppal
Array of 16 YUV elements that correspond to the 4-bit color numbers requested within the subpicture command stream. The YUV elements are of type AM_DVD_YUV.
Remarks
The AM_PROPERTY_DVDSUBPIC_PALETTE property uses this structure.
See Also