KSPROPERTY_SPPAL structure (ksmedia.h)

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

Syntax

typedef struct _KSPROPERTY_SPPAL {
  KS_DVD_YUV sppal[16];
} KSPROPERTY_SPPAL, *PKSPROPERTY_SPPAL;

Members

sppal[16]

Specifies an array of 16 YUV color values.

Remarks

The KSPROPERTY_SPPAL structure is used by the KSPROPERTY_DVDSUBPIC_PALETTE property.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY_DVDSUBPIC_PALETTE