PFND3D11_1DDI_VIDEOPROCESSORSETOUTPUTBACKGROUNDCOLOR callback function (d3d10umddi.h)

Sets the background color for the video processor.

Syntax

PFND3D11_1DDI_VIDEOPROCESSORSETOUTPUTBACKGROUNDCOLOR Pfnd3d111DdiVideoprocessorsetoutputbackgroundcolor;

void Pfnd3d111DdiVideoprocessorsetoutputbackgroundcolor(
  D3D10DDI_HDEVICE unnamedParam1,
  D3D11_1DDI_HVIDEOPROCESSOR unnamedParam2,
  BOOL unnamedParam3,
  const D3D11_1DDI_VIDEO_COLOR *unnamedParam4
)
{...}

Parameters

unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

unnamedParam2

hVideoProcessor [in]

A handle to the video processor object that was created through a call to the CreateVideoProcessor function.

unnamedParam3

YCbCr [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.

unnamedParam4

pColor [in]

A pointer to a D3D11_1DDI_VIDEO_COLOR structure that specifies the background color.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Desktop
Header d3d10umddi.h (include D3d10umddi.h)

See also

CreateVideoProcessor

D3D11_1DDI_VIDEO_COLOR