D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_0082_0 structure (d3d12umddi.h)
The D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_0082_0 structure is used to represent a codec-specific configuration for video encoding.
Syntax
typedef struct D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_0082_0 {
UINT DataSize;
union {
D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_0082_0 *pH264Support;
D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_0082_0 *pHEVCSupport;
};
} D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_0082_0;
Members
DataSize
Size of the referenced data, in bytes.
pH264Support
Pointer to a D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264_0082_0 structure that contains configuration support parameters for H.264 encoding.
pHEVCSupport
Pointer to a D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC_0082_0 structure that contains configuration support parameters for HEVC encoding.
Remarks
Use D3D12DDI_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_0083_0 for full video encoding feature support for Windows 11 (WDDM 3.0).
Requirements
Requirement | Value |
---|---|
Header | d3d12umddi.h |