Enum OPUSRateControl
- Assembly
- VisioForge.Core.dll
Defines the rate control modes for OPUS encoding.
public enum OPUSRateControlFields
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.