Skip to content

Latest commit

 

History

History
91 lines (65 loc) · 2.97 KB

nc-dxvahd-pdxvahdsw_getvideoprocessordevicecaps.md

File metadata and controls

91 lines (65 loc) · 2.97 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:dxvahd.PDXVAHDSW_GetVideoProcessorDeviceCaps
PDXVAHDSW_GetVideoProcessorDeviceCaps (dxvahd.h)
Gets the capabilities of a software plug-in Microsoft DirectX Video Acceleration High Definition (DXVA-HD) device.
PDXVAHDSW_GetVideoProcessorDeviceCaps
PDXVAHDSW_GetVideoProcessorDeviceCaps callback
PDXVAHDSW_GetVideoProcessorDeviceCaps callback function [Media Foundation]
dxvahd/PDXVAHDSW_GetVideoProcessorDeviceCaps
mf.pdxvahdsw_getvideoprocessordevicecaps
mf\pdxvahdsw_getvideoprocessordevicecaps.htm
mf
09753e3b-7235-4204-ad08-a083a7db4a2b
12/05/2018
PDXVAHDSW_GetVideoProcessorDeviceCaps, PDXVAHDSW_GetVideoProcessorDeviceCaps callback, PDXVAHDSW_GetVideoProcessorDeviceCaps callback function [Media Foundation], dxvahd/PDXVAHDSW_GetVideoProcessorDeviceCaps, mf.pdxvahdsw_getvideoprocessordevicecaps
dxvahd.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
PDXVAHDSW_GetVideoProcessorDeviceCaps
dxvahd/PDXVAHDSW_GetVideoProcessorDeviceCaps
c++
APIRef
kbSyntax
UserDefined
dxvahd.h
PDXVAHDSW_GetVideoProcessorDeviceCaps

PDXVAHDSW_GetVideoProcessorDeviceCaps callback function

-description

Gets the capabilities of a software plug-in Microsoft DirectX Video Acceleration High Definition (DXVA-HD) device.

-parameters

-param hDevice [in]

A handle to the plug-in DXVA-HD device.

-param pContentDesc [in]

A pointer to a DXVAHD_CONTENT_DESC structure that describes the video content.

-param Usage [in]

A member of the DXVAHD_DEVICE_USAGE enumeration, describing how the device will be used. The value indicates the desired trade-off between speed and video quality.

-param pCaps [out]

A pointer to a DXVAHD_VPDEVCAPS structure that receives the device capabilities.

-returns

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

-see-also

DXVA-HD

DXVAHDSW_CALLBACKS

IDXVAHD_Device::GetVideoProcessorDeviceCaps

Media Foundation Functions