Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the color space information for the video processor output surface.
Syntax
void VideoProcessorSetOutputColorSpace1(
[in] ID3D11VideoProcessor *pVideoProcessor,
[in] DXGI_COLOR_SPACE_TYPE ColorSpace
);
Parameters
[in] pVideoProcessor
Type: ID3D11VideoProcessor*
A pointer to the ID3D11VideoProcessor interface.
[in] ColorSpace
Type: DXGI_COLOR_SPACE_TYPE
A DXGI_COLOR_SPACE_TYPE value that specifies the colorspace for the video processor output surface.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Target Platform | Windows |
Header | d3d11_1.h |