Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.61 KB

nf-d3d11-id3d11videocontext-decoderextension.md

File metadata and controls

71 lines (58 loc) · 2.61 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.ID3D11VideoContext.DecoderExtension
ID3D11VideoContext::DecoderExtension (d3d11.h)
Performs an extended function for decoding.
DecoderExtension
DecoderExtension method [Media Foundation]
DecoderExtension method [Media Foundation]
ID3D11VideoContext interface
ID3D11VideoContext interface [Media Foundation]
DecoderExtension method
ID3D11VideoContext.DecoderExtension
ID3D11VideoContext::DecoderExtension
d3d11/ID3D11VideoContext::DecoderExtension
mf.id3d11videocontext_decoderextension
mf\id3d11videocontext_decoderextension.htm
mf
B96FD793-C82A-4752-8F59-3CC9B86D1C2D
12/05/2018
DecoderExtension, DecoderExtension method [Media Foundation], DecoderExtension method [Media Foundation],ID3D11VideoContext interface, ID3D11VideoContext interface [Media Foundation],DecoderExtension method, ID3D11VideoContext.DecoderExtension, ID3D11VideoContext::DecoderExtension, d3d11/ID3D11VideoContext::DecoderExtension, mf.id3d11videocontext_decoderextension
d3d11.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
19H1
ID3D11VideoContext::DecoderExtension
d3d11/ID3D11VideoContext::DecoderExtension
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11VideoContext.DecoderExtension

ID3D11VideoContext::DecoderExtension

-description

Performs an extended function for decoding. This method enables extensions to the basic decoder functionality.

-parameters

-param pDecoder [in]

A pointer to the ID3D11VideoDecoder interface. To get this pointer, call ID3D11VideoDevice::CreateVideoDecoder.

-param pExtensionData [in]

A pointer to a D3D11_VIDEO_DECODER_EXTENSION structure that contains data for the function.

-returns

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

-see-also

ID3D11VideoContext