Click or drag to resize
Mpeg4RateControlType Enumeration
Values that represent the available rate control types.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum Mpeg4RateControlType
Members
  Member nameValueDescription
ConstantQuality0 Constant Quality. Use with MPEG4RateControl quantizer I, P and B to adjust the quality.
ConstantBitrate2 Constant Bitrate. Use with Bitrate property of MPEG4Encoder.
See Also