Gets the capabilities of the video processor.
public:
HRESULT GetVideoProcessorCaps(
D3D11_VIDEO_PROCESSOR_CAPS *pCaps
)
pCaps
Type: D3D11_VIDEO_PROCESSOR_CAPSÂ *
[out] A pointer to a D3D11_VIDEO_PROCESSOR_CAPS structure that receives the capabilities.
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.
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).