// ksmedia.h
typedef struct _KSPROPERTY_SPPAL {
KS_DVD_YUV sppal[16];
} KSPROPERTY_SPPAL, *PKSPROPERTY_SPPAL;
View the official Windows Driver Kit DDI referenceNo description available.
The KSPROPERTY_SPPAL structure is used to describe the palette of a subpicture display.
sppalSpecifies an array of 16 YUV color values.
The KSPROPERTY_SPPAL structure is used by the KSPROPERTY_DVDSUBPIC_PALETTE property.