// ksmedia.h
typedef struct tagKS_DATAFORMAT_VIDEOINFO_PALETTE {
KSDATAFORMAT DataFormat;
KS_VIDEOINFO VideoInfo;
} KS_DATAFORMAT_VIDEOINFO_PALETTE, *PKS_DATAFORMAT_VIDEOINFO_PALETTE;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_DATAFORMAT_VIDEOINFO_PALETTE structure describes color palette information.
DataFormatSpecifies the data format that is being proposed.
VideoInfoSpecifies the details of the video stream.