Condividi tramite


PFND3D12DDI_CREATEVIDEODECODER_0072 funzione di callback (d3d12umddi.h)

Una funzione di callback del driver client PFND3D12DDI_CREATEVIDEODECODER_0072 crea un decodificatore video.

Sintassi

PFND3D12DDI_CREATEVIDEODECODER_0072 Pfnd3d12ddiCreatevideodecoder0072;

HRESULT Pfnd3d12ddiCreatevideodecoder0072(
  D3D12DDI_HDEVICE hDrvDevice,
  const D3D12DDIARG_CREATE_VIDEO_DECODER_0072 *pArgs,
  D3D12DDI_HVIDEODECODER_0020 hDrvVideoDecoder
)
{...}

Parametri

hDrvDevice

[in] Handle per il dispositivo D3D12.

pArgs

[in] Puntatore a una struttura D3D12DDIARG_CREATE_VIDEO_DECODER_0072 con argomenti per creare questo oggetto decodificatore video.

hDrvVideoDecoder

[out] Gestire l'oggetto decodificatore video creato.

Valore restituito

Restituisce un valore HRESULT .

Commenti

Per altre informazioni, vedere la specifica del supporto delle risorse protette video D3D .

Requisiti

Requisito Valore
Client minimo supportato Windows 10 versione 2004 (WDDM 2.8)
Piattaforma di destinazione Windows
Intestazione d3d12umddi.h

Vedi anche

D3D12DDIARG_CREATE_VIDEO_DECODER_0072