Click or drag to resize
Mpeg4RateControl Class
MPEG4 rate control settings.
Inheritance Hierarchy
SystemObject
  StreamCoders.EncoderMpeg4RateControl

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class Mpeg4RateControl

The Mpeg4RateControl type exposes the following members.

Constructors
  NameDescription
Public methodMpeg4RateControl
Initializes a new instance of the Mpeg4RateControl class
Top
Fields
  NameDescription
Public fieldQuantizerB
Quality Control for B-Frames [1;31] 1=Best.
Public fieldQuantizerI
Quality Control for I-Frames [1;31] 1=Best.
Public fieldQuantizerP
Quality Control for P-Frames [1;31] 1=Best.
Public fieldRateControlType
Gets the type of the rate control.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also