D3D12DDI_DEVICE_FUNCS_VIDEO_0060 structure (d3d12umddi.h)

The device functions of video, used in D3D12DDI_FEATURE_VERSION_VIDEO_0060.

Syntax

typedef struct D3D12DDI_DEVICE_FUNCS_VIDEO_0060 {
  PFND3D12DDI_VIDEO_GETCAPS                             pfnGetCaps;
  PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032          pfnCalcPrivateVideoDecoderSize;
  PFND3D12DDI_CREATEVIDEODECODER_0032                   pfnCreateVideoDecoder;
  PFND3D12DDI_DESTROYVIDEODECODER_0021                  pfnDestroyVideoDecoder;
  PFND3D12DDI_CALCPRIVATEVIDEODECODERHEAPSIZE_0033      pfnCalcPrivateVideoDecoderHeapSize;
  PFND3D12DDI_CREATEVIDEODECODERHEAP_0033               pfnCreateVideoDecoderHeap;
  PFND3D12DDI_DESTROYVIDEODECODERHEAP_0032              pfnDestroyVideoDecoderHeap;
  PFND3D12DDI_CALCPRIVATEVIDEOPROCESSORSIZE_0043        pfnCalcPrivateVideoProcessorSize;
  PFND3D12DDI_CREATEVIDEOPROCESSOR_0043                 pfnCreateVideoProcessor;
  PFND3D12DDI_DESTROYVIDEOPROCESSOR_0021                pfnDestroyVideoProcessor;
  PFND3D12DDI_CALCPRIVATEVIDEOMOTIONESTIMATORSIZE_0060  pfnCalcPrivateVideoMotionEstimatorSize;
  PFND3D12DDI_CREATEVIDEOMOTIONESTIMATOR_0060           pfnCreateVideoMotionEstimator;
  PFND3D12DDI_DESTROYVIDEOMOTIONESTIMATOR_0053          pfnDestroyVideoMotionEstimator;
  PFND3D12DDI_CALCPRIVATEVIDEOMOTIONVECTORHEAPSIZE_0060 pfnCalcPrivateVideoMotionVectorHeapSize;
  PFND3D12DDI_CREATEVIDEOMOTIONVECTORHEAP_0060          pfnCreateVideoMotionVectorHeap;
  PFND3D12DDI_DESTROYVIDEOMOTIONVECTORHEAP_0053         pfnDestroyVideoMotionVectorHeap;
} D3D12DDI_DEVICE_FUNCS_VIDEO_0060;

Members

pfnGetCaps

Get capabilities.

pfnCalcPrivateVideoDecoderSize

Calculates the private video decoder size.

pfnCreateVideoDecoder

Creates a video decoder.

pfnDestroyVideoDecoder

Destroys the video decoder.

pfnCalcPrivateVideoDecoderHeapSize

Calculates the private video decoder heap size.

pfnCreateVideoDecoderHeap

Creates the video decoder heap.

pfnDestroyVideoDecoderHeap

Destroys the video decoder heap.

pfnCalcPrivateVideoProcessorSize

Calculates the private video processor size.

pfnCreateVideoProcessor

Creates the video processor.

pfnDestroyVideoProcessor

Destroys the video processor.

pfnCalcPrivateVideoMotionEstimatorSize

Calculates private video motion estimator size.

pfnCreateVideoMotionEstimator

Create video motion estimator.

pfnDestroyVideoMotionEstimator

Destroy video motion estimator.

pfnCalcPrivateVideoMotionVectorHeapSize

Calculate private video motion vector heap size.

pfnCreateVideoMotionVectorHeap

Create video motion vector heap.

pfnDestroyVideoMotionVectorHeap

Destroy video motion vector heap.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header d3d12umddi.h