// 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 referenceNo description available.
Used to set input for the colorspace transform.
OutputWireColorSpaceExpectedOutput wire colorspace is expected.
OutputWireFormatExpectedOutput wire format is expected.
ColorSpaceTransformThe colorspace transform.