| SpeechEncoder Methods |
The SpeechEncoder type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Destructor.
| |
| EncodeToBuffer |
Encodes an array of PCM data to the selected codec and stores it in a byte array.
Note: The size of the input data is dependent on the value of MaximumInputDataLength | |
| EncodeToFrame |
Encodes an array of PCM data to the selected codec and stores it in an RTP Frame.
Note: The size of the input data is dependent on the value of MaximumInputDataLength | |
| GetCodec |
Gets the codec.
| |
| Init |
Initializes the SpeechEncoder.
| |
| SetCodec |
Sets the Codec the data will be encoded to. This function also set the correct packet
duration for the codec.
|
| 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.) |