| Mpeg42VideoEncoderConfiguration Properties |
The Mpeg42VideoEncoderConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| BFrameCount | The number of successive B-Frames. When set to 0, no B-Frames are used. | |
| Bitrate |
Gets or sets the bitrate.
(Inherited from VideoEncoderConfiguration.) | |
| DataPartitioning | If enabled, a data partitioned stream will be created. | |
| DecoderSpecificData |
Decoder specific data used to initialize decoders. If applicable the encoder will assign this value automatically.
(Inherited from VideoEncoderConfiguration.) | |
| IFrameFrequency |
Gets or sets the I-Frame frequency. (Inherited from VideoEncoderConfiguration.)When set to 0, the encoder will decide when it is best create an I-Frame. | |
| InitializationStatus |
Gets or sets the initialization status.
(Inherited from VideoEncoderConfiguration.) | |
| InputFramerate |
Gets or sets the input framerate. (Inherited from VideoEncoderConfiguration.)This value is used to calculate the target bitrate for rate control. | |
| InputHeight |
Gets or sets the height of input pictures.
(Inherited from PictureTransformConfiguration.) | |
| InputWidth |
Gets or sets the width of input pictures.
(Inherited from PictureTransformConfiguration.) | |
| InsertVolHeader | If enabled a VOL header will be generated periodically. | |
| InsertVopHeader | If enabled a VOP header will be enabled periodically. | |
| MotionEstimation | Motion estimation methods to use. | |
| RateControl | Rate control configuration | |
| ReversibleVlc | If enabled reversible VLC coding will be used. This option requires DataPartioning to be enabled. |