Click or drag to resize
SpeechDecoder Methods

The SpeechDecoder type exposes the following members.

Methods
  NameDescription
Public methodDecode(OffsetBufferByte)
Public methodDecode(RtpFrame)
Decodes RTPFrames containing speech data.
Public methodDecode(RtpPacket)
Decodes.
Public methodCode exampleDecode(Byte, Int32, Int32)
Decodes a byte array to PCM.
Note: The size of the input data is dependent on the value of MaximumInputDataLength
Public methodDispose
Destructor.
Public methodGetCodec
Gets the currently selected codec.
Public methodInit
Initializes the SpeechDecoder.
Public methodSetCodec(Codec)
Sets the codec type of the data to be decoded and default frame duration.
Public methodSetCodec(Codec, Int32)
Sets the codec type of the data to be decoded and default frame duration.
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