Condividi tramite


D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE struttura (d3d12video.h)

Rappresenta la struttura GOP per più codec video.

Sintassi

typedef struct D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE {
  UINT  DataSize;
  union {
    D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_H264 *pH264GroupOfPictures;
    D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC *pHEVCGroupOfPictures;
    D3D12_VIDEO_ENCODER_AV1_SEQUENCE_STRUCTURE      *pAV1SequenceStructure;
  };
} D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE;

Members

DataSize

Dimensioni dei dati della struttura GOP del codificatore fornito.

pH264GroupOfPictures

Puntatore a un D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_H264 che rappresenta la struttura GOP per la codifica H.264.

pHEVCGroupOfPictures

Puntatore a un D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC che rappresenta la struttura GOP per la codifica H.264.

pAV1SequenceStructure

Requisiti

Requisito Valore
Client minimo supportato Windows Build 22000
Server minimo supportato Windows Build 22000
Intestazione d3d12video.h