D3D12DDI_VIDEO_MOTION_ESTIMATOR_PROTECTED_RESOURCES_DATA_0072 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_VIDEO_MOTION_ESTIMATOR_PROTECTED_RESOURCES_DATA_0072 {
  [in]  UINT                                                 NodeIndex;
  [out] D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS_0072 SupportFlags;
} D3D12DDI_VIDEO_MOTION_ESTIMATOR_PROTECTED_RESOURCES_DATA_0072;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_motion_estimator_protected_resources_data_0072)

Description

Data structure used to check for video motion estimator protected resource support capabilities on a given node index.

Members

NodeIndex [in]

In multi-adapter operation, this indicates which physical adapter of the device this operation applies to.

SupportFlags [out]

A D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS_0072 value in which to return the video motion estimator protected resource support level.

Remarks

This structure is the data used when querying D3D12DDICAPS_TYPE_VIDEO_0072_MOTION_ESTIMATOR_PROTECTED_RESOURCES via PFND3D12DDI_VIDEO_GETCAPS.

See the D3D Video Protected Resource Support Specification for more information.

See also

D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS_0072

D3D12DDICAPS_TYPE_VIDEO_0020

PFND3D12DDI_VIDEO_GETCAPS