Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PFND3D12DDI_CREATEVIDEODECODER_0032 callback function (d3d12umddi.h)

Used to create a video decoder.

Syntax

PFND3D12DDI_CREATEVIDEODECODER_0032 Pfnd3d12ddiCreatevideodecoder0032;

HRESULT Pfnd3d12ddiCreatevideodecoder0032(
 D3D12DDI_HDEVICE hDrvDevice,
 const D3D12DDIARG_CREATE_VIDEO_DECODER_0032 *pArgs,
 D3D12DDI_HVIDEODECODER_0020 hDrvVideoDecoder
)
{...}

Parameters

hDrvDevice

The hardware device being processed.

pArgs

The arguments used to create a video decoder.

hDrvVideoDecoder

The video decoder.

Return value

Returns STATUS_SUCCESS if completed successfully.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Target Platform Windows
Header d3d12umddi.h

Feedback

Was this page helpful?

Additional resources