Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 3.16 KB

nf-d3d11-id3d11videodevice-checkvideodecoderformat.md

File metadata and controls

79 lines (62 loc) · 3.16 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.CheckVideoDecoderFormat
ID3D11VideoDevice::CheckVideoDecoderFormat (d3d11.h)
Given aprofile, checks whether the driver supports a specified output format.
CheckVideoDecoderFormat
CheckVideoDecoderFormat method [Media Foundation]
CheckVideoDecoderFormat method [Media Foundation]
ID3D11VideoDevice interface
ID3D11VideoDevice interface [Media Foundation]
CheckVideoDecoderFormat method
ID3D11VideoDevice.CheckVideoDecoderFormat
ID3D11VideoDevice::CheckVideoDecoderFormat
d3d11/ID3D11VideoDevice::CheckVideoDecoderFormat
mf.id3d11videodevice_checkvideodecoderformat
mf\id3d11videodevice_checkvideodecoderformat.htm
mf
E834DF38-2847-4864-9CFE-A25CAE51C78F
12/05/2018
CheckVideoDecoderFormat, CheckVideoDecoderFormat method [Media Foundation], CheckVideoDecoderFormat method [Media Foundation],ID3D11VideoDevice interface, ID3D11VideoDevice interface [Media Foundation],CheckVideoDecoderFormat method, ID3D11VideoDevice.CheckVideoDecoderFormat, ID3D11VideoDevice::CheckVideoDecoderFormat, d3d11/ID3D11VideoDevice::CheckVideoDecoderFormat, mf.id3d11videodevice_checkvideodecoderformat
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
ID3D11VideoDevice::CheckVideoDecoderFormat
d3d11/ID3D11VideoDevice::CheckVideoDecoderFormat
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11VideoDevice.CheckVideoDecoderFormat

ID3D11VideoDevice::CheckVideoDecoderFormat

-description

Given aprofile, checks whether the driver supports a specified output format.

-parameters

-param pDecoderProfile [in]

A pointer to a GUID that identifies the profile. To get the list of supported profiles, call ID3D11VideoDevice::GetVideoDecoderProfile.

-param Format [in]

A DXGI_FORMAT value that specifies the output format. Typical values include DXGI_FORMAT_NV12 and DXGI_FORMAT_420_OPAQUE.

-param pSupported [out]

Receives the value TRUE if the format is supported, or FALSE otherwise.

-returns

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

-remarks

If the driver does not support the profile given in pDecoderProfile, the method returns E_INVALIDARG. If the driver supports the profile, but the DXGI format is not compatible with the profile, the method succeeds but returns the value FALSE in pSupported.

-see-also

ID3D11VideoDevice