Skip to content

Latest commit

 

History

History
102 lines (80 loc) · 3.99 KB

nf-dxva2api-idirectxvideoprocessorservice-getvideoprocessorrendertargets.md

File metadata and controls

102 lines (80 loc) · 3.99 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
NF:dxva2api.IDirectXVideoProcessorService.GetVideoProcessorRenderTargets
IDirectXVideoProcessorService::GetVideoProcessorRenderTargets (dxva2api.h)
Gets the render target formats that a video processor device supports. The list may include RGB and YUV formats.
GetVideoProcessorRenderTargets
GetVideoProcessorRenderTargets method [Media Foundation]
GetVideoProcessorRenderTargets method [Media Foundation]
IDirectXVideoProcessorService interface
IDirectXVideoProcessorService interface [Media Foundation]
GetVideoProcessorRenderTargets method
IDirectXVideoProcessorService.GetVideoProcessorRenderTargets
IDirectXVideoProcessorService::GetVideoProcessorRenderTargets
aecbba1e-309c-4668-9e17-d59710d86151
dxva2api/IDirectXVideoProcessorService::GetVideoProcessorRenderTargets
mf.idirectxvideoprocessorservice_getvideoprocessorrendertargets
mf\idirectxvideoprocessorservice_getvideoprocessorrendertargets.htm
mf
aecbba1e-309c-4668-9e17-d59710d86151
12/05/2018
GetVideoProcessorRenderTargets, GetVideoProcessorRenderTargets method [Media Foundation], GetVideoProcessorRenderTargets method [Media Foundation],IDirectXVideoProcessorService interface, IDirectXVideoProcessorService interface [Media Foundation],GetVideoProcessorRenderTargets method, IDirectXVideoProcessorService.GetVideoProcessorRenderTargets, IDirectXVideoProcessorService::GetVideoProcessorRenderTargets, aecbba1e-309c-4668-9e17-d59710d86151, dxva2api/IDirectXVideoProcessorService::GetVideoProcessorRenderTargets, mf.idirectxvideoprocessorservice_getvideoprocessorrendertargets
dxva2api.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
IDirectXVideoProcessorService::GetVideoProcessorRenderTargets
dxva2api/IDirectXVideoProcessorService::GetVideoProcessorRenderTargets
c++
APIRef
kbSyntax
COM
dxva2api.h
IDirectXVideoProcessorService.GetVideoProcessorRenderTargets

IDirectXVideoProcessorService::GetVideoProcessorRenderTargets

-description

Gets the render target formats that a video processor device supports. The list may include RGB and YUV formats.

-parameters

-param VideoProcDeviceGuid [in]

A GUID that identifies the video processor device. To get the list of video processor GUIDs, call IDirectXVideoProcessorService::GetVideoProcessorDeviceGuids.

-param pVideoDesc [in]

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

-param pCount [out]

Receives the number of formats.

-param pFormats [out]

Receives an array of formats, specified as D3DFORMAT values. The size of the array is retrieved in the pCount parameter. The method allocates the memory for the array. The caller must free the memory by calling CoTaskMemFree.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

-see-also

DXVA Video Processing

IDirectXVideoProcessorService