Enum NVENCRateControl
NVENC rate control.
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public enum NVENCRateControl
Fields
| Name | Description |
|---|---|
| CBR | The constant bit rate. |
| CBR_HQ | The CBR, high quality (slower). |
| CBR_LD_HQ | The low-delay CBR, high quality. |
| ConstQP | The constant quantization. |
| Default | The default. |
| VBR | The variable bit rate. |
| VBR_HQ | The VBR, high quality (slower). |
| VBR_MinQP | The variable bit rate with minimum quantization parameter (DEPRECATED). |