KS_DATAFORMAT_IMAGEINFO structure (ksmedia.h)

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

Syntax

typedef struct tagKS_DATAFORMAT_IMAGEINFO {
  KSDATAFORMAT        DataFormat;
  KS_BITMAPINFOHEADER ImageInfoHeader;
} KS_DATAFORMAT_IMAGEINFO, *PKS_DATAFORMAT_IMAGEINFO;

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.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header ksmedia.h (include Ksmedia.h)

See also

KSDATAFORMAT

KS_BITMAPINFOHEADER