COLORSPACE_TRANSFORM_SET_INPUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-colorspace_transform_set_input)

COLORSPACE_TRANSFORM_SET_INPUT structure

Description

Used to set input for the colorspace transform.

Members

OutputWireColorSpaceExpected

Output wire colorspace is expected.

OutputWireFormatExpected

Output wire format is expected.

ColorSpaceTransform

The colorspace transform.

Remarks

See also