KS_DATAFORMAT_IMAGEINFO - NtDoc

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

typedef struct tagKS_DATAFORMAT_IMAGEINFO {
  KSDATAFORMAT        DataFormat;
  KS_BITMAPINFOHEADER ImageInfoHeader;
} KS_DATAFORMAT_IMAGEINFO, *PKS_DATAFORMAT_IMAGEINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagKS_DATAFORMAT_IMAGEINFO structure

Description

Specifies an image data format that is used for an independent image pin (or stream).

Members

DataFormat

A KSDATAFORMAT structure that specifies the data format of the image stream.

ImageInfoHeader

A KS_BITMAPINFOHEADER structure that specifies image color and dimension information that the still image capture stream would provide.

See also

KSDATAFORMAT

KS_BITMAPINFOHEADER