// ksmedia.h
typedef struct tagKS_DATARANGE_IMAGE {
KSDATARANGE DataRange;
KS_VIDEO_STREAM_CONFIG_CAPS ConfigCaps;
KS_BITMAPINFOHEADER ImageInfoHeader;
} KS_DATARANGE_IMAGE, *PKS_DATARANGE_IMAGE;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies an image data range that is used in the KSPIN_DESCRIPTOR structure that describes a pin (or stream).
DataRangeA KSDATARANGE structure that specifies the data range supported by this pin type.
ConfigCapsA KS_VIDEO_STREAM_CONFIG_CAPS structure that specifies the configuration of the stream, including scaling, cropping, and frame and data rates.
ImageInfoHeaderA KS_BITMAPINFOHEADER structure that specifies image color and dimension information that the still image capture stream would provide.