ID3D11VideoProcessorEnumerator::GetVideoProcessorCaps Method

Gets the capabilities of the video processor.

Syntax

public:
HRESULT GetVideoProcessorCaps(
         D3D11_VIDEO_PROCESSOR_CAPS *pCaps
)  

Parameters

pCaps
Type: D3D11_VIDEO_PROCESSOR_CAPS *

[out] A pointer to a D3D11_VIDEO_PROCESSOR_CAPS structure that receives the capabilities.

Return value

Type: HRESULT 

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

See Direct3D 11 return codes for possible return values.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).