Enum VPXRateControl
VP8/VP9 end usage mode.
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public enum VPXRateControl
Fields
| Name | Description |
|---|---|
| CBR | The Constant Bit Rate (CBR) mode. |
| CQ | The Constant Quality Mode(CQ) mode. |
| VBR | The Variable Bit Rate (VBR) mode. |