| SpeechDecoderDecode Method (RtpFrame) | 
	Decodes RTPFrames containing speech data.
 
Namespace: StreamCoders.DecoderAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
 Syntax
Syntaxpublic byte[] Decode(
	RtpFrame frame
)
Public Function Decode ( 
	frame As RtpFrame
) As Byte()
public:
array<unsigned char>^ Decode(
	RtpFrame^ frame
)
member Decode : 
        frame : RtpFrame -> byte[] 
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
See Also