KS_DATARANGE_IMAGE structure (ksmedia.h)

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

Syntax

typedef struct tagKS_DATARANGE_IMAGE {
  KSDATARANGE                 DataRange;
  KS_VIDEO_STREAM_CONFIG_CAPS ConfigCaps;
  KS_BITMAPINFOHEADER         ImageInfoHeader;
} KS_DATARANGE_IMAGE, *PKS_DATARANGE_IMAGE;

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.

Requirements

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

See also

KSDATARANGE

KSPIN_DESCRIPTOR

KS_BITMAPINFOHEADER

KS_VIDEO_STREAM_CONFIG_CAPS