D3D12DDI_DEVICE_FUNCS_VIDEO_0076 structure (d3d12umddi.h)
Contains device functions for core features in video, used in D3D12DDI_FEATURE_VERSION_VIDEO_0076.
Syntax
typedef struct D3D12DDI_DEVICE_FUNCS_VIDEO_0076 {
PFND3D12DDI_VIDEO_GETCAPS pfnGetCaps;
PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0072 pfnCalcPrivateVideoDecoderSize;
PFND3D12DDI_CREATEVIDEODECODER_0072 pfnCreateVideoDecoder;
PFND3D12DDI_DESTROYVIDEODECODER_0021 pfnDestroyVideoDecoder;
PFND3D12DDI_CALCPRIVATEVIDEODECODERHEAPSIZE_0072 pfnCalcPrivateVideoDecoderHeapSize;
PFND3D12DDI_CREATEVIDEODECODERHEAP_0072 pfnCreateVideoDecoderHeap;
PFND3D12DDI_DESTROYVIDEODECODERHEAP_0032 pfnDestroyVideoDecoderHeap;
PFND3D12DDI_CALCPRIVATEVIDEOPROCESSORSIZE_0072 pfnCalcPrivateVideoProcessorSize;
PFND3D12DDI_CREATEVIDEOPROCESSOR_0072 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;
PFND3D12DDI_CALCPRIVATEVIDEOEXTENSIONCOMMANDSIZE_0061 pfnCalcPrivateVideoExtensionCommandSize;
PFND3D12DDI_CREATEVIDEOEXTENSIONCOMMAND_0063 pfnCreateVideoExtensionCommand;
PFND3D12DDI_DESTROYVIDEOEXTENSIONCOMMAND_0063 pfnDestroyVideoExtensionCommand;
PFND3D12DDI_EXECUTEDEVICEVIDEOEXTENSIONCOMMAND_0076 pfnExecuteDeviceVideoExtensionCommand;
} D3D12DDI_DEVICE_FUNCS_VIDEO_0076;
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.
pfnCalcPrivateVideoExtensionCommandSize
Returns the driver for the video extension object size.
pfnCreateVideoExtensionCommand
Creates a video extension command.
pfnDestroyVideoExtensionCommand
Destroys the video extension command.
pfnExecuteDeviceVideoExtensionCommand
Executes a device video extension command. See the Protected Resources Specification for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Header | d3d12umddi.h |