KSPROPERTY_SPPAL - NtDoc

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

typedef struct _KSPROPERTY_SPPAL {
  KS_DVD_YUV sppal[16];
} KSPROPERTY_SPPAL, *PKSPROPERTY_SPPAL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_KSPROPERTY_SPPAL structure

Description

The KSPROPERTY_SPPAL structure is used to describe the palette of a subpicture display.

Members

sppal

Specifies an array of 16 YUV color values.

Remarks

The KSPROPERTY_SPPAL structure is used by the KSPROPERTY_DVDSUBPIC_PALETTE property.

See also

KSPROPERTY_DVDSUBPIC_PALETTE