// d3d10umddi.h
PFND3D11_1DDI_VIDEOPROCESSORSETOUTPUTBACKGROUNDCOLOR Pfnd3d111DdiVideoprocessorsetoutputbackgroundcolor;
VOID Pfnd3d111DdiVideoprocessorsetoutputbackgroundcolor(
D3D10DDI_HDEVICE unnamedParam1,
D3D11_1DDI_HVIDEOPROCESSOR unnamedParam2,
BOOL unnamedParam3,
const D3D11_1DDI_VIDEO_COLOR *unnamedParam4
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Sets the background color for 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.
unnamedParam3YCbCr [in]
If TRUE, the background color that is specified by the pColor parameter is a YCbCr value. Otherwise, the background color is specified as an RGBA value.
unnamedParam4pColor [in]
A pointer to a D3D11_1DDI_VIDEO_COLOR structure that specifies the background color.