Table of Contents

Enum VPXRateControl

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

VP8/VP9 end usage mode.

public enum VPXRateControl

Fields

VBR = 0

The Variable Bit Rate (VBR) mode.

CBR = 1

The Constant Bit Rate (CBR) mode.

CQ = 2

The Constant Quality Mode(CQ) mode.