Edit

ID3D12VideoEncoderHeap1::GetPow2DownscaleFactor method (d3d12video.h)

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

Syntax

UINT GetPow2DownscaleFactor();

Return value

When the ID3D12VideoEncoderHeap1 object was created with D3D12_VIDEO_ENCODER_HEAP_FLAG_ALLOW_RATE_CONTROL_FRAME_ANALYSIS, returns the value of Pow2DownscaleFactor used at creation. Zero otherwise.

Requirements

Requirement Value
Header d3d12video.h

See also

ID3D12VideoEncoderHeap1

D3D12_VIDEO_ENCODER_HEAP_DESC1