Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D11VideoContext1::VideoProcessorSetOutputColorSpace1 method

Sets the color space information for the video processor output surface.

Syntax



void
 VideoProcessorSetOutputColorSpace1(
  [in] ID3D11VideoProcessor  *pVideoProcessor,
  [in] DXGI_COLOR_SPACE_TYPE ColorSpace
);

Parameters

pVideoProcessor [in]

Type: ID3D11VideoProcessor*

A pointer to the ID3D11VideoProcessor interface.

ColorSpace [in]

Type: DXGI_COLOR_SPACE_TYPE

A DXGI_COLOR_SPACE_TYPE value that specifies the colorspace for the video processor output surface.

Return value

This method does not return a value.

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

D3d11_1.h

See also

ID3D11VideoContext1

 

 

Show:
© 2017 Microsoft