Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 3.35 KB

nf-d3d11-id3d11videodevice-createvideodecoderoutputview.md

File metadata and controls

79 lines (62 loc) · 3.35 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.CreateVideoDecoderOutputView
ID3D11VideoDevice::CreateVideoDecoderOutputView (d3d11.h)
Creates a resource view for a video decoder, describing the output sample for the decoding operation.
CreateVideoDecoderOutputView
CreateVideoDecoderOutputView method [Media Foundation]
CreateVideoDecoderOutputView method [Media Foundation]
ID3D11VideoDevice interface
ID3D11VideoDevice interface [Media Foundation]
CreateVideoDecoderOutputView method
ID3D11VideoDevice.CreateVideoDecoderOutputView
ID3D11VideoDevice::CreateVideoDecoderOutputView
d3d11/ID3D11VideoDevice::CreateVideoDecoderOutputView
mf.id3d11videodevice_createvideodecoderoutputview
mf\id3d11videodevice_createvideodecoderoutputview.htm
mf
8A3D72CF-B641-4219-8C88-FCE5231CF2F6
12/05/2018
CreateVideoDecoderOutputView, CreateVideoDecoderOutputView method [Media Foundation], CreateVideoDecoderOutputView method [Media Foundation],ID3D11VideoDevice interface, ID3D11VideoDevice interface [Media Foundation],CreateVideoDecoderOutputView method, ID3D11VideoDevice.CreateVideoDecoderOutputView, ID3D11VideoDevice::CreateVideoDecoderOutputView, d3d11/ID3D11VideoDevice::CreateVideoDecoderOutputView, mf.id3d11videodevice_createvideodecoderoutputview
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
ID3D11VideoDevice::CreateVideoDecoderOutputView
d3d11/ID3D11VideoDevice::CreateVideoDecoderOutputView
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11VideoDevice.CreateVideoDecoderOutputView

ID3D11VideoDevice::CreateVideoDecoderOutputView

-description

Creates a resource view for a video decoder, describing the output sample for the decoding operation.

-parameters

-param pResource [in]

A pointer to the ID3D11Resource interface of the decoder surface. The resource must be created with the D3D11_BIND_DECODER flag. See D3D11_BIND_FLAG.

-param pDesc [in]

A pointer to a D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC structure that describes the view.

-param ppVDOVView [out]

Receives a pointer to the ID3D11VideoDecoderOutputView interface. The caller must release the interface. If this parameter is NULL, the method checks whether the view is supported, but does not create the view.

-returns

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

-remarks

Set the ppVDOVView parameter to NULL to test whether a view is supported.

-see-also

ID3D11VideoDevice