Table of Contents

Enum D3D12HEVCEncoderRateControl

Namespace
VisioForge.Core.Types.X.VideoEncoders
Assembly
VisioForge.Core.dll

Rate control modes for d3d12h265enc. Values match the GstD3D12EncoderRateControl enum on the element (cqp=1, cbr=2, vbr=3, qvbr=4).

public enum D3D12HEVCEncoderRateControl

Fields

CQP = 1

Constant quantization parameter.

CBR = 2

Constant bitrate.

VBR = 3

Variable bitrate.

QVBR = 4

Quality-VBR.