Click or drag to resize
SpeechEncoder Methods

The SpeechEncoder type exposes the following members.

Methods
  NameDescription
Public methodDispose
Destructor.
Public methodEncodeToBuffer
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
Public methodEncodeToFrame
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
Public methodGetCodec
Gets the codec.
Public methodInit
Initializes the SpeechEncoder.
Public methodSetCodec
Sets the Codec the data will be encoded to. This function also set the correct packet duration for the codec.
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