Click or drag to resize
H264RateControlType Enumeration
Define the type of rate control to use when encoding.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum H264RateControlType
Members
  Member nameValueDescription
ConstantBitrate1
ConstantQuality2
ConstantBitrateSlice4
ConstantQualitySlice5
See Also