struttura D3D12_VIDEO_ENCODER_RATE_CONTROL_CONFIGURATION_PARAMS (d3d12video.h)
Rappresenta le definizioni di struttura del controllo frequenza del codificatore video per una struttura di D3D12_VIDEO_ENCODER_RATE_CONTROL .
Sintassi
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;
Members
DataSize
Dimensioni dei dati della struttura di controllo frequenza specificata.
pConfiguration_CQP
Struttura D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP che rappresenta la definizione della struttura di controllo della frequenza per la modalità dei parametri di quantizzazione costante.
pConfiguration_CBR
Struttura D3D12_VIDEO_ENCODER_RATE_CONTROL_CBR che rappresenta la definizione della struttura del controllo frequenza per la modalità a bitrate costante.
pConfiguration_VBR
Struttura D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR che rappresenta la definizione della struttura del controllo frequenza per la modalità a bitrate variabile.
pConfiguration_QVBR
Struttura D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR che rappresenta la definizione della struttura di controllo della frequenza per la destinazione di qualità costante con modalità bitrate vincolata.
pConfiguration_CQP1
pConfiguration_CBR1
pConfiguration_VBR1
pConfiguration_QVBR1
pConfiguration_AbsoluteQPMap
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Build 22000 |
Server minimo supportato | Windows Build 22000 |
Intestazione | d3d12video.h |