Click or drag to resize
Mpeg42VideoEncoderConfiguration Properties

The Mpeg42VideoEncoderConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyBFrameCount
The number of successive B-Frames. When set to 0, no B-Frames are used.
Public propertyBitrate
Gets or sets the bitrate.
(Inherited from VideoEncoderConfiguration.)
Public propertyDataPartitioning
If enabled, a data partitioned stream will be created.
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 propertyInsertVolHeader
If enabled a VOL header will be generated periodically.
Public propertyInsertVopHeader
If enabled a VOP header will be enabled periodically.
Public propertyMotionEstimation
Motion estimation methods to use.
Public propertyRateControl
Rate control configuration
Public propertyReversibleVlc
If enabled reversible VLC coding will be used. This option requires DataPartioning to be enabled.
Top
See Also