// d3d12umddi.h
typedef struct D3D12DDI_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_0082_0 {
UINT DataSize;
union {
D3D12DDI_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_H264_0082_0 *pH264GroupOfPictures;
D3D12DDI_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC_0082_0 *pHEVCGroupOfPictures;
D3D12DDI_VIDEO_ENCODER_AV1_SEQUENCE_STRUCTURE_0095 *pAV1SequenceStructure;
};
} D3D12DDI_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_0082_0;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_0082_0 structure represents a group of pictures (GOP) definition for a video codec.
DataSizeSize of the referenced data, in bytes.
pH264GroupOfPicturesPointer to a D3D12DDI_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_H264_0082_0* structure representing the GOP structure for H.264 encoding.
pHEVCGroupOfPicturesPointer to a D3D12DDI_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC_0082_0* structure representing the GOP structure for HEVC encoding.
pAV1SequenceStructurePointer to a D3D12DDI_VIDEO_ENCODER_AV1_SEQUENCE_STRUCTURE_0095 structure representing the GOP structure for AV1 encoding. Added in Windows 11, version 24H2 (WDDM 3.2).
See D3D12 video encoding for general information.
D3D12DDI_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC_0082_0