Edit

ID3D12VideoEncoderHeap1 interface (d3d12video.h)

Represents a Direct3D 12 video encoder heap that supports lower resolution two pass frame analysis. Inherits from ID3D12VideoEncoderHeap.

Inheritance

The ID3D12VideoEncoderHeap1 interface inherits from the ID3D12VideoEncoderHeap interface.

Methods

The ID3D12VideoEncoderHeap1 interface has these methods.

 
ID3D12VideoEncoderHeap1::GetPow2DownscaleFactor

Gets the power-of-two downscale factor for the video encoder heap.

Remarks

Create an instance of this interface by using the CreateVideoEncoderHeap1 method on the video device interface, passing a D3D12_VIDEO_ENCODER_HEAP_DESC1.

Requirements

Requirement Value
Header d3d12video.h

See also

ID3D12VideoEncoderHeap

D3D12_VIDEO_ENCODER_HEAP_DESC1