Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a codec configuration support structure for video encoding.
Syntax
typedef struct D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT {
  UINT  DataSize;
  union {
    D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264 *pH264Support;
    D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC *pHEVCSupport;
    D3D12_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_SUPPORT  *pAV1Support;
  };
} D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT;
Members
DataSize
The data size of the provided codec configuration support structure.
pH264Support
A pointer to a D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_H264 structure containing codec configuration support parameters for H.264 encoding.
pHEVCSupport
A pointer to a D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC structure containing codec configuration support parameters for HEVC encoding.
pAV1Support
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Build 22000 | 
| Minimum supported server | Windows Build 22000 | 
| Header | d3d12video.h |