Enum AMFHEVCEncoderRateControl
AMD HEVC encoder rate control methods.
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public enum AMFHEVCEncoderRateControl
Fields
| Name | Description |
|---|---|
| CBR | Constant bitrate. |
| CQP | Constant QP. |
| Default | Default, depends on usage. |
| LCVBR | Latency Constrained VBR. |
| VBR | Peak constrained VBR. |