Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The pfnCreateVideoProcessor callback function creates a video processor.
Syntax
PFND3D12DDI_CREATEVIDEOPROCESSOR_0032 Pfnd3d12ddiCreatevideoprocessor0032;
HRESULT Pfnd3d12ddiCreatevideoprocessor0032(
D3D12DDI_HDEVICE hDrvDevice,
const D3D12DDIARG_CREATE_VIDEO_PROCESSOR_0032 *pArgs,
D3D12DDI_HVIDEOPROCESSOR_0020 hDrvVideoProcessor
)
{...}
Parameters
hDrvDevice
The hardware device being processed.
pArgs
The arguments used to create a video processor.
hDrvVideoProcessor
The video processor.
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 |