KS_DATARANGE_IMAGE - NtDoc

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

NtDoc

No description available.

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

tagKS_DATARANGE_IMAGE structure

Description

Specifies an image data range that is used in the KSPIN_DESCRIPTOR structure that describes a pin (or stream).

Members

DataRange

A KSDATARANGE structure that specifies the data range supported by this pin type.

ConfigCaps

A KS_VIDEO_STREAM_CONFIG_CAPS structure that specifies the configuration of the stream, including scaling, cropping, and frame and data rates.

ImageInfoHeader

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

See also

KSDATARANGE

KSPIN_DESCRIPTOR

KS_BITMAPINFOHEADER

KS_VIDEO_STREAM_CONFIG_CAPS