estructura D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT (d3d12video.h)

Representa la estructura de compatibilidad del control de imagen para varios códecs.

Sintaxis

typedef struct D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT {
  UINT  DataSize;
  union {
    D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_H264 *pH264Support;
    D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_HEVC *pHEVCSupport;
    D3D12_VIDEO_ENCODER_CODEC_AV1_PICTURE_CONTROL_SUPPORT  *pAV1Support;
  };
} D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT;

Miembros

DataSize

Tamaño de datos de la estructura de compatibilidad del control de imagen proporcionado.

pH264Support

Puntero a una estructura de D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_H264 que representa la estructura de compatibilidad del control de imagen para la codificación H.264.

pHEVCSupport

Puntero a una estructura de D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_HEVC que representa la estructura de compatibilidad del control de imagen para la codificación HEVC.

pAV1Support

Requisitos

Requisito Value
Cliente mínimo compatible Windows Build 22000
Servidor mínimo compatible Windows Build 22000
Encabezado d3d12video.h