Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.87 KB

nf-d3d11-id3d11videodevice-getvideodecoderconfig.md

File metadata and controls

75 lines (60 loc) · 2.87 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.GetVideoDecoderConfig
ID3D11VideoDevice::GetVideoDecoderConfig (d3d11.h)
Gets a decoder configuration that is supported by the driver.
GetVideoDecoderConfig
GetVideoDecoderConfig method [Media Foundation]
GetVideoDecoderConfig method [Media Foundation]
ID3D11VideoDevice interface
ID3D11VideoDevice interface [Media Foundation]
GetVideoDecoderConfig method
ID3D11VideoDevice.GetVideoDecoderConfig
ID3D11VideoDevice::GetVideoDecoderConfig
d3d11/ID3D11VideoDevice::GetVideoDecoderConfig
mf.id3d11videodevice_getvideodecoderconfig
mf\id3d11videodevice_getvideodecoderconfig.htm
mf
EC3B23BE-0A28-41E6-A515-7801C9E0A4D9
12/05/2018
GetVideoDecoderConfig, GetVideoDecoderConfig method [Media Foundation], GetVideoDecoderConfig method [Media Foundation],ID3D11VideoDevice interface, ID3D11VideoDevice interface [Media Foundation],GetVideoDecoderConfig method, ID3D11VideoDevice.GetVideoDecoderConfig, ID3D11VideoDevice::GetVideoDecoderConfig, d3d11/ID3D11VideoDevice::GetVideoDecoderConfig, mf.id3d11videodevice_getvideodecoderconfig
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
ID3D11VideoDevice::GetVideoDecoderConfig
d3d11/ID3D11VideoDevice::GetVideoDecoderConfig
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11VideoDevice.GetVideoDecoderConfig

ID3D11VideoDevice::GetVideoDecoderConfig

-description

Gets a decoder configuration that is supported by the driver.

-parameters

-param pDesc [in]

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

-param Index [in]

The zero-based index of the decoder configuration. To get the number of configurations that the driver supports, call ID3D11VideoDevice::GetVideoDecoderConfigCount.

-param pConfig [out]

A pointer to a D3D11_VIDEO_DECODER_CONFIG structure. The method fills in the structure with the decoder configuration.

-returns

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

-see-also

ID3D11VideoDevice