Table of Contents

Enum OPUSRateControl

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

Defines the rate control modes for OPUS encoding.

public enum OPUSRateControl

Fields

CBR = 0

Constant Bit Rate - maintains a fixed bitrate throughout encoding.

VBR = 1

Variable Bit Rate - adjusts bitrate based on content complexity for better quality.

ConstrainedVBR = 2

Constrained Variable Bit Rate - VBR with a maximum bitrate limit.