Enum MFCommonRateControlMode
MF common rate control mode.
Namespace: VisioForge.Core.Types.Output
Assembly: VisioForge.Core.dll
Syntax
public enum MFCommonRateControlMode
Fields
Name | Description |
---|---|
CBR | Constant bit rate (CBR) encoding. |
GlobalLowDelayVBR | Global low delay VBR encoding.H.264 extension. Requires Windows 8 for CPU encoder. |
GlobalVBR | Global VBR encoding.H.264 extension. Requires Windows 8 for CPU encoder. |
LowDelayVBR | Low delay VBR encoding.H.264 extension. Requires Windows 8 for CPU encoder. |
PeakConstrainedVBR | Constrained variable bit rate (VBR) encoding. |
Quality | Quality-based VBR encoding. The encoder selects the bit rate to match a specified quality level. |
UnconstrainedVBR | Unconstrained VBR encoding. |