// d3d10umddi.h
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE Pfnd3d111DdiVideoprocessorsetstreamcolorspace;
VOID Pfnd3d111DdiVideoprocessorsetstreamcolorspace(
D3D10DDI_HDEVICE unnamedParam1,
D3D11_1DDI_HVIDEOPROCESSOR unnamedParam2,
UINT unnamedParam3,
const D3D11_1DDI_VIDEO_PROCESSOR_COLOR_SPACE *unnamedParam4
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Sets the color space for an input stream on the video processor.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2hVideoProcessor [in]
A handle to the video processor object that was created through a call to the CreateVideoProcessor function.
unnamedParam3StreamIndex [in]
The zero-based index of the input stream.
unnamedParam4pColorSpace [in]
A pointer to a D3D11_1DDI_VIDEO_PROCESSOR_COLOR_SPACE structure that specifies the color space for the specified input stream.
D3D11_1DDI_VIDEO_PROCESSOR_COLOR_SPACE