Click or drag to resize
SpeechDecoderDecode Method (RtpPacket)
Decodes.

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

Parameters

packet
Type: StreamCoders.RtpRtpPacket
[in,out] If non-null, the packet.

Return Value

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