KS_DATAFORMAT_VIDEOINFO_PALETTE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

tagKS_DATAFORMAT_VIDEOINFO_PALETTE structure

Description

The KS_DATAFORMAT_VIDEOINFO_PALETTE structure describes color palette information.

Members

DataFormat

Specifies the data format that is being proposed.

VideoInfo

Specifies the details of the video stream.

See also

KSDATAFORMAT

KS_VIDEOINFO