Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 3.13 KB

nf-d3d11-id3d11videocontext-videoprocessorgetoutputbackgroundcolor.md

File metadata and controls

71 lines (58 loc) · 3.13 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3d11.ID3D11VideoContext.VideoProcessorGetOutputBackgroundColor
ID3D11VideoContext::VideoProcessorGetOutputBackgroundColor (d3d11.h)
Gets the current background color for the video processor.
ID3D11VideoContext interface [Media Foundation]
VideoProcessorGetOutputBackgroundColor method
ID3D11VideoContext.VideoProcessorGetOutputBackgroundColor
ID3D11VideoContext::VideoProcessorGetOutputBackgroundColor
VideoProcessorGetOutputBackgroundColor
VideoProcessorGetOutputBackgroundColor method [Media Foundation]
VideoProcessorGetOutputBackgroundColor method [Media Foundation]
ID3D11VideoContext interface
d3d11/ID3D11VideoContext::VideoProcessorGetOutputBackgroundColor
mf.id3d11videocontext_videoprocessorgetoutputbackgroundcolor
mf\id3d11videocontext_videoprocessorgetoutputbackgroundcolor.htm
mf
B22666BC-EADF-4812-B299-1EA45F1943C4
12/05/2018
ID3D11VideoContext interface [Media Foundation],VideoProcessorGetOutputBackgroundColor method, ID3D11VideoContext.VideoProcessorGetOutputBackgroundColor, ID3D11VideoContext::VideoProcessorGetOutputBackgroundColor, VideoProcessorGetOutputBackgroundColor, VideoProcessorGetOutputBackgroundColor method [Media Foundation], VideoProcessorGetOutputBackgroundColor method [Media Foundation],ID3D11VideoContext interface, d3d11/ID3D11VideoContext::VideoProcessorGetOutputBackgroundColor, mf.id3d11videocontext_videoprocessorgetoutputbackgroundcolor
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
ID3D11VideoContext::VideoProcessorGetOutputBackgroundColor
d3d11/ID3D11VideoContext::VideoProcessorGetOutputBackgroundColor
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11VideoContext.VideoProcessorGetOutputBackgroundColor

ID3D11VideoContext::VideoProcessorGetOutputBackgroundColor

-description

Gets the current background color for the video processor.

-parameters

-param pVideoProcessor [in]

A pointer to the ID3D11VideoProcessor interface. To get this pointer, call ID3D11VideoDevice::CreateVideoProcessor.

-param pYCbCr [out]

Receives the value TRUE if the background color is a YCbCr color, or FALSE if the background color is an RGB color.

-param pColor [out]

A pointer to a D3D11_VIDEO_COLOR structure. The method fills in the structure with the background color.

-see-also

ID3D11VideoContext