Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the reconstructed picture generated from the input frame passed to the encode operation.
Syntax
typedef struct D3D12_VIDEO_ENCODER_RECONSTRUCTED_PICTURE {
ID3D12Resource *pReconstructedPicture;
UINT ReconstructedPictureSubresource;
} D3D12_VIDEO_ENCODER_RECONSTRUCTED_PICTURE;
Members
pReconstructedPicture
A ID3D12Resource representing the reconstructed picture generated from the input frame.
ReconstructedPictureSubresource
A UINT64 specifying the subresource index for pReconstructedPicture.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | d3d12video.h |