ID3D12VideoDecoderHeap interface (d3d12video.h)

Represents a Direct3D 12 video decoder heap that contains resolution-dependent resources and state for performing the decode operation.

Inheritance

ID3D12VideoDecoderHeap inherits from ID3D12Pageable.

Methods

The ID3D12VideoDecoderHeap interface has these methods.

 
ID3D12VideoDecoderHeap::GetDesc

Gets the D3D12_VIDEO_DECODER_HEAP_DESC structure that was passed into ID3D12VideoDevice::CreateVideoDecoderHeap when the ID3D12VideoDecoderHeap was created.

Remarks

Get an instance of this class by calling ID3D12VideoDevice::CreateVideoDecoderHeap.

Requirements

Requirement Value
Header d3d12video.h

See also

ID3D12VideoDecoderHeap1