Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 3.09 KB

nc-dxvahd-pdxvahdsw_getvideoprocessoroutputformats.md

File metadata and controls

95 lines (67 loc) · 3.09 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_GetVideoProcessorOutputFormats
PDXVAHDSW_GetVideoProcessorOutputFormats (dxvahd.h)
Gets the output formats that are supported by a software plug-in Microsoft DirectX Video Acceleration High Definition (DXVA-HD) device.
PDXVAHDSW_GetVideoProcessorOutputFormats
PDXVAHDSW_GetVideoProcessorOutputFormats callback
PDXVAHDSW_GetVideoProcessorOutputFormats callback function [Media Foundation]
dxvahd/PDXVAHDSW_GetVideoProcessorOutputFormats
mf.pdxvahdsw_getvideoprocessoroutputformats
mf\pdxvahdsw_getvideoprocessoroutputformats.htm
mf
d7f767d2-c645-4ade-9b0c-0d5436cf0cfe
12/05/2018
PDXVAHDSW_GetVideoProcessorOutputFormats, PDXVAHDSW_GetVideoProcessorOutputFormats callback, PDXVAHDSW_GetVideoProcessorOutputFormats callback function [Media Foundation], dxvahd/PDXVAHDSW_GetVideoProcessorOutputFormats, mf.pdxvahdsw_getvideoprocessoroutputformats
dxvahd.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
PDXVAHDSW_GetVideoProcessorOutputFormats
dxvahd/PDXVAHDSW_GetVideoProcessorOutputFormats
c++
APIRef
kbSyntax
UserDefined
dxvahd.h
PDXVAHDSW_GetVideoProcessorOutputFormats

PDXVAHDSW_GetVideoProcessorOutputFormats callback function

-description

Gets the output formats that are supported by 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.

-param Count [in]

The number of formats to retrieve.

-param pFormats [out]

A pointer to an array of D3DFORMAT values. The Count parameter specifies the number of elements in the array. The function fills the array with a list of output formats.

-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::GetVideoProcessorOutputFormats

Media Foundation Functions