Enum QSVH264EncRateControl
QSV H264 encoder rate control.
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public enum QSVH264EncRateControl
Fields
Name | Description |
---|---|
AVBR | Average Variable Bitrate. |
CBR | Constant Bitrate. |
CQP | Constant Quantizer. |
ICQ | Intelligent CQP. |
LA_HRD | HRD compliant LA. |
LA_ICQ | Intelligent CQP with LA (Non HRD compliant). |
LA_VBR | VBR with look ahead (Non HRD compliant). |
QVBR | VBR with CQP. |
VBR | Variable Bitrate. |
VCM | Video Conferencing Mode (Non HRD compliant). |