SpeechDecoderDecode Method (RtpPacket) |
Decodes.
Namespace: StreamCoders.DecoderAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public byte[] Decode(
RtpPacket packet
)
Public Function Decode (
packet As RtpPacket
) As Byte()
public:
array<unsigned char>^ Decode(
RtpPacket^ packet
)
member Decode :
packet : RtpPacket -> byte[]
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