IDXVAHD_Device::GetVideoProcessorCaps method (dxvahd.h)
Gets the capabilities of one or more Microsoft DirectX Video Acceleration High Definition (DXVA-HD) video processors.
Syntax
HRESULT GetVideoProcessorCaps(
[in] UINT Count,
[out] DXVAHD_VPCAPS *pCaps
);
Parameters
[in] Count
The number of elements in the pCaps array. This parameter must equal the VideoProcessorCount member of the DXVAHD_VPDEVCAPS structure. Call the IDXVAHD_Device::GetVideoProcessorDeviceCaps method to get this value.
[out] pCaps
A pointer to an array of DXVAHD_VPCAPS structures. The method fills the structures with the capabilities of the video processors supported by the driver.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | dxvahd.h |