Click or drag to resize
SpeechDecoderDecode Method (RtpFrame)
Decodes RTPFrames containing speech data.

Namespace: StreamCoders.Decoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public byte[] Decode(
	RtpFrame frame
)

Parameters

frame
Type: StreamCoders.RtpRtpFrame
[in,out] RTP Frame object.

Return Value

Type: Byte
Returns PCM data, otherwise null in case of insufficient or corrupt input data.
See Also