Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.82 KB

nf-d3d11-id3d11videodevice-getvideodecoderconfigcount.md

File metadata and controls

75 lines (60 loc) · 2.82 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:d3d11.ID3D11VideoDevice.GetVideoDecoderConfigCount
ID3D11VideoDevice::GetVideoDecoderConfigCount (d3d11.h)
Gets the number of decoder configurations that the driver supports for a specified video description.
GetVideoDecoderConfigCount
GetVideoDecoderConfigCount method [Media Foundation]
GetVideoDecoderConfigCount method [Media Foundation]
ID3D11VideoDevice interface
ID3D11VideoDevice interface [Media Foundation]
GetVideoDecoderConfigCount method
ID3D11VideoDevice.GetVideoDecoderConfigCount
ID3D11VideoDevice::GetVideoDecoderConfigCount
d3d11/ID3D11VideoDevice::GetVideoDecoderConfigCount
mf.id3d11videodevice_getvideodecoderconfigcount
mf\id3d11videodevice_getvideodecoderconfigcount.htm
mf
C6650546-2F6D-4B91-888D-3A5A1AE86DCB
12/05/2018
GetVideoDecoderConfigCount, GetVideoDecoderConfigCount method [Media Foundation], GetVideoDecoderConfigCount method [Media Foundation],ID3D11VideoDevice interface, ID3D11VideoDevice interface [Media Foundation],GetVideoDecoderConfigCount method, ID3D11VideoDevice.GetVideoDecoderConfigCount, ID3D11VideoDevice::GetVideoDecoderConfigCount, d3d11/ID3D11VideoDevice::GetVideoDecoderConfigCount, mf.id3d11videodevice_getvideodecoderconfigcount
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
ID3D11VideoDevice::GetVideoDecoderConfigCount
d3d11/ID3D11VideoDevice::GetVideoDecoderConfigCount
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11VideoDevice.GetVideoDecoderConfigCount

ID3D11VideoDevice::GetVideoDecoderConfigCount

-description

Gets the number of decoder configurations that the driver supports for a specified video description.

-parameters

-param pDesc [in]

A pointer to a D3D11_VIDEO_DECODER_DESC structure that describes the video stream.

-param pCount [out]

Receives the number of decoder configurations.

-returns

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

-remarks

To enumerate the decoder configurations, call ID3D11VideoDevice::GetVideoDecoderConfig.

-see-also

ID3D11VideoDevice