D3D12_VIDEO_ENCODER_ENCODE_OPERATION_METADATA_BUFFER structure (d3d12video.h)
Represents a buffer containing metadata about an ID3D12VideoEncodeCommandList2::EncodeFrame operation.
Syntax
typedef struct D3D12_VIDEO_ENCODER_ENCODE_OPERATION_METADATA_BUFFER {
ID3D12Resource *pBuffer;
UINT64 Offset;
} D3D12_VIDEO_ENCODER_ENCODE_OPERATION_METADATA_BUFFER;
Members
pBuffer
A pointer to an ID3D12Resource representing the metadata buffer.
Offset
The offset into the associated buffer.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | d3d12video.h |