// 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 referenceNo description available.
Specifies an image data format that is used for an independent image pin (or stream).
DataFormatA KSDATAFORMAT structure that specifies the data format of the image stream.
ImageInfoHeaderA KS_BITMAPINFOHEADER structure that specifies image color and dimension information that the still image capture stream would provide.