D3D12DDI_VIDEO_DECODE_FORMAT_COUNT_DATA_0032 structure (d3d12umddi.h)
Retrieves the number of formats supported for a given decode configuration.
Syntax
typedef struct D3D12DDI_VIDEO_DECODE_FORMAT_COUNT_DATA_0032 {
UINT NodeIndex;
D3D12DDI_VIDEO_DECODE_CONFIGURATION_0020 Configuration;
UINT FormatCount;
} D3D12DDI_VIDEO_DECODE_FORMAT_COUNT_DATA_0032;
Members
NodeIndex
In multi-adapter operation, this indicates which physical adapter of the device this operation applies to.
Configuration
Specifies the decode configuration for the list of formats. See D3D12DDI_VIDEO_DECODE_CONFIGURATION for more information.
FormatCount
The count of formats supported for the given node and configuration.
Requirements
Requirement | Value |
---|---|
Header | d3d12umddi.h |