Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDXVAHD_Device::GetVideoProcessorCaps method

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

Count [in]

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.

pCaps [out]

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

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Dxvahd.h

See also

DXVA-HD
IDXVAHD_Device

 

 

Show:
© 2017 Microsoft