Enum QSVHEVCEncRateControl
QSV HEVC encoder rate control.
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public enum QSVHEVCEncRateControl
Fields
Name | Description |
---|---|
CBR | Constant Bitrate. |
CQP | Constant Quantizer. |
ICQ | Intelligent CQP. |
QVBR | VBR with CQP. |
VBR | Variable Bitrate. |
VCM | Video Conferencing Mode (Non HRD compliant). |