Click or drag to resize
H264VideoEncoderConfiguration Class
Inheritance Hierarchy
SystemObject
  StreamCodersPictureTransformConfiguration
    StreamCoders.EncoderVideoEncoderConfiguration
      StreamCoders.EncoderH264VideoEncoderConfiguration

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

The H264VideoEncoderConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodH264VideoEncoderConfiguration
Initializes a new instance of the H264VideoEncoderConfiguration class
Top
Properties
  NameDescription
Public propertyBFrameCount
Gets or sets the number of B-Frames.
Public propertyBitrate
Gets or sets the bitrate.
(Inherited from VideoEncoderConfiguration.)
Public propertyDeblockingFilter
Gets or sets the Deblocking Filter.
Public propertyDecoderSpecificData
Decoder specific data used to initialize decoders. If applicable the encoder will assign this value automatically.
(Inherited from VideoEncoderConfiguration.)
Public propertyIFrameFrequency
Gets or sets the I-Frame frequency.
When set to 0, the encoder will decide when it is best create an I-Frame.
(Inherited from VideoEncoderConfiguration.)
Public propertyInitializationStatus
Gets or sets the initialization status.
(Inherited from VideoEncoderConfiguration.)
Public propertyInputFramerate
Gets or sets the input framerate.
This value is used to calculate the target bitrate for rate control.
(Inherited from VideoEncoderConfiguration.)
Public propertyInputHeight
Gets or sets the height of input pictures.
(Inherited from PictureTransformConfiguration.)
Public propertyInputWidth
Gets or sets the width of input pictures.
(Inherited from PictureTransformConfiguration.)
Public propertyLevel
Gets or sets the Level.
Public propertyMotionEstimation
Gets or sets the motion estimation method.
Public propertyProfile
Gets or sets the Profile.
Public propertyRateControl
Gets the rate control.
Public propertyRealTime
Uses encoder parameters optimal for real time encoding.
Public propertyReferenceFrameCount
Gets or sets the number of reference frames.
Public propertySpeed
Gets or sets the Speed of the H.264 encoder.
Public propertyTransformAdaptivity
Gets or sets the Transform Adaptivity.
Top
Methods
  NameDescription
Public methodToAvcConfigurationRecord
Converts SPS/PPS byte array from DecoderData to an avcC Configuration record.
Public methodToTrackInfo
Creates a TrackInfo instance from a VideoEncoderConfiguration instance. The VideoEncoderConfiguration instance needs to be initialized by an Encoder.
(Inherited from VideoEncoderConfiguration.)
Public methodValidate (Inherited from VideoEncoderConfiguration.)
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