Enum NVENCRateControl
- Assembly
- VisioForge.Core.dll
NVENC rate control.
public enum NVENCRateControlFields
Default = 0-
The default.
ConstQP = 1-
The constant quantization.
CBR = 2-
The constant bit rate.
VBR = 3-
The variable bit rate.
VBR_MinQP = 4-
The variable bit rate with minimum quantization parameter (DEPRECATED).
CBR_LD_HQ = 5-
The low-delay CBR, high quality.
CBR_HQ = 6-
The CBR, high quality (slower).
VBR_HQ = 7-
The VBR, high quality (slower).