Click or drag to resize
H264RateControl Class
Inheritance Hierarchy
SystemObject
  StreamCoders.EncoderH264RateControl

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

The H264RateControl type exposes the following members.

Constructors
  NameDescription
Public methodH264RateControl
Initializes a new instance of the H264RateControl class
Top
Properties
  NameDescription
Public propertyQuantizerB
Quality Control for B-Frames [1;31] 1=Best
Public propertyQuantizerI
Quality Control for I-Frames [1;31] 1=Best
Public propertyQuantizerP
Quality Control for P-Frames [1;31] 1=Best
Public propertyRateControlType
Public propertySkipFrames
Whether the encoder just skip frames if the rate control goal is not reached.
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