Compartir a través de


estructura D3D12_VIDEO_ENCODER_RATE_CONTROL_CONFIGURATION_PARAMS (d3d12video.h)

Representa las definiciones de estructura de control de velocidad de codificador de vídeo para una estructura de D3D12_VIDEO_ENCODER_RATE_CONTROL .

Sintaxis

typedef struct D3D12_VIDEO_ENCODER_RATE_CONTROL_CONFIGURATION_PARAMS {
  UINT  DataSize;
  union {
    const D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP             *pConfiguration_CQP;
    const D3D12_VIDEO_ENCODER_RATE_CONTROL_CBR             *pConfiguration_CBR;
    const D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR             *pConfiguration_VBR;
    const D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR            *pConfiguration_QVBR;
    const D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP1            *pConfiguration_CQP1;
    const D3D12_VIDEO_ENCODER_RATE_CONTROL_CBR1            *pConfiguration_CBR1;
    const D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR1            *pConfiguration_VBR1;
    const D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR1           *pConfiguration_QVBR1;
    const D3D12_VIDEO_ENCODER_RATE_CONTROL_ABSOLUTE_QP_MAP *pConfiguration_AbsoluteQPMap;
  };
} D3D12_VIDEO_ENCODER_RATE_CONTROL_CONFIGURATION_PARAMS;

Miembros

DataSize

Tamaño de los datos de la estructura de control de velocidad proporcionada.

pConfiguration_CQP

Estructura D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP que representa la definición de la estructura de control de velocidad para el modo de parámetro de cuantificación constante.

pConfiguration_CBR

Estructura D3D12_VIDEO_ENCODER_RATE_CONTROL_CBR que representa la definición de la estructura de control de velocidad para el modo de velocidad de bits constante.

pConfiguration_VBR

Estructura D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR que representa la definición de la estructura de control de velocidad para el modo de velocidad de bits variable.

pConfiguration_QVBR

Estructura D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR que representa la definición de la estructura de control de velocidad para el destino de calidad constante con el modo de velocidad de bits restringida.

pConfiguration_CQP1

pConfiguration_CBR1

pConfiguration_VBR1

pConfiguration_QVBR1

pConfiguration_AbsoluteQPMap

Requisitos

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