Skip to content

Latest commit

 

History

History
83 lines (60 loc) · 2.59 KB

nc-d3d10umddi-pfnd3d11_1ddi_videoprocessorsetstreamcolorspace.md

File metadata and controls

83 lines (60 loc) · 2.59 KB
UID title description old-location ms.date keywords 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 tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3d10umddi.PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE (d3d10umddi.h)
Sets the color space for an input stream on the video processor.
display\videoprocessorsetstreamcolorspace.htm
05/10/2018
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE callback function
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE, PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE callback, d3d10umddi/pfnVideoProcessorSetStreamColorSpace, display.videoprocessorsetstreamcolorspace, pfnVideoProcessorSetStreamColorSpace, pfnVideoProcessorSetStreamColorSpace callback function [Display Devices]
d3d10umddi.h
D3d10umddi.h
Desktop
Windows 8
Windows Server 2012
Windows
display
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE
d3d10umddi/PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE
APIRef
kbSyntax
UserDefined
D3d10umddi.h
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE

PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMCOLORSPACE callback function

-description

Sets the color space for an input stream on the video processor.

-parameters

-param unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

-param unnamedParam2

hVideoProcessor [in]

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

-param unnamedParam3

StreamIndex [in]

The zero-based index of the input stream.

-param unnamedParam4

pColorSpace [in]

A pointer to a D3D11_1DDI_VIDEO_PROCESSOR_COLOR_SPACE structure that specifies the color space for the specified input stream.

-see-also

CreateVideoProcessor

D3D11_1DDI_VIDEO_PROCESSOR_COLOR_SPACE