PFND3D12DDI_CREATEVIDEOPROCESSOR_0032 funzione di callback (d3d12umddi.h)
La funzione di callback pfnCreateVideoProcessor crea un processore video.
Sintassi
PFND3D12DDI_CREATEVIDEOPROCESSOR_0032 Pfnd3d12ddiCreatevideoprocessor0032;
HRESULT Pfnd3d12ddiCreatevideoprocessor0032(
D3D12DDI_HDEVICE hDrvDevice,
const D3D12DDIARG_CREATE_VIDEO_PROCESSOR_0032 *pArgs,
D3D12DDI_HVIDEOPROCESSOR_0020 hDrvVideoProcessor
)
{...}
Parametri
hDrvDevice
Dispositivo hardware in fase di elaborazione.
pArgs
Gli argomenti usati per creare un processore video.
hDrvVideoProcessor
Processore video.
Valore restituito
Restituisce STATUS_SUCCESS se completato correttamente.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Server minimo supportato | Windows Server 2016 |
Piattaforma di destinazione | Windows |
Intestazione | d3d12umddi.h |