COLORSPACE_TRANSFORM_SET_INPUT structure (ntddvdeo.h)

Used to set input for the colorspace transform.

Syntax

typedef struct _COLORSPACE_TRANSFORM_SET_INPUT {
  OUTPUT_WIRE_COLOR_SPACE_TYPE OutputWireColorSpaceExpected;
  OUTPUT_WIRE_FORMAT           OutputWireFormatExpected;
  COLORSPACE_TRANSFORM         ColorSpaceTransform;
} COLORSPACE_TRANSFORM_SET_INPUT, *PCOLORSPACE_TRANSFORM_SET_INPUT;

Members

OutputWireColorSpaceExpected

Output wire colorspace is expected.

OutputWireFormatExpected

Output wire format is expected.

ColorSpaceTransform

The colorspace transform.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header ntddvdeo.h