Enum HEVCAMFRateControlMethod
Represents the rate control method settings for the HEVC AMF encoder.
Namespace: VisioForge.Core.Types.FFMPEGEXE
Assembly: VisioForge.Core.dll
Syntax
public enum HEVCAMFRateControlMethod
Fields
Name | Description |
---|---|
CBR | Constant Bitrate. |
CQP | Constant Quantization Parameter. |
VBRLatency | Latency Constrained Variable Bitrate. |
VBRPeak | Peak Constrained Variable Bitrate. |