ID3D11VideoContext1::VideoProcessorGetStreamColorSpace1 method

Gets the color space information for the video processor input stream.

Syntax



void
 VideoProcessorGetStreamColorSpace1(
  [in]  ID3D11VideoProcessor  *pVideoProcessor,
  [in]  UINT                  StreamIndex,
  [out] DXGI_COLOR_SPACE_TYPE *pColorSpace
);

Parameters

pVideoProcessor [in]

Type: ID3D11VideoProcessor*

A pointer to the ID3D11VideoProcessor interface.

StreamIndex [in]

Type: UINT

An index identifying the input stream.

pColorSpace [out]

Type: DXGI_COLOR_SPACE_TYPE*

A pointer to a DXGI_COLOR_SPACE_TYPE value that specifies the colorspace for the video processor input stream.

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: