| H263VideoEncoderConfiguration Class |
Namespace: StreamCoders.Encoder
The H263VideoEncoderConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| H263VideoEncoderConfiguration | Initializes a new instance of the H263VideoEncoderConfiguration class |
| Name | Description | |
|---|---|---|
| AdvancedIntraPrediction | ||
| AdvancedPrediction | ||
| Bitrate |
Gets or sets the bitrate.
(Inherited from VideoEncoderConfiguration.) | |
| 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.) | |
| MaintainBaseline | ||
| QuantizerI | ||
| QuantizerP | ||
| RateControlType | ||
| RemoveStartCodes |
| Name | Description | |
|---|---|---|
| ToTrackInfo |
Creates a TrackInfo instance from a VideoEncoderConfiguration instance. The VideoEncoderConfiguration instance needs to be initialized by an Encoder.
(Inherited from VideoEncoderConfiguration.) | |
| Validate | (Inherited from VideoEncoderConfiguration.) |
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |