Table of Contents

Enum AMFHEVCEncoderRateControl

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

Defines rate control methods for AMD AMF HEVC encoder.

public enum AMFHEVCEncoderRateControl

Fields

Default = -1

Default rate control mode, automatically selected based on the usage scenario.

CQP = 0

Constant Quantization Parameter mode for consistent quality throughout the video.

LCVBR = 1

Latency Constrained Variable Bitrate mode optimized for low-latency streaming.

VBR = 2

Peak Constrained Variable Bitrate mode allowing bitrate variation within limits.

CBR = 3

Constant Bitrate mode for maintaining a fixed target bitrate.