LumiSoft Net Help
Parse Method (buffer, count)
NamespacesLumiSoft.Net.RTPRTCP_CompoundPacketParse(array<Byte>[]()[][], Int32)
Parses RTP compound packet.
Declaration Syntax
C#Visual BasicVisual C++F#
public static RTCP_CompoundPacket Parse(
	byte[] buffer,
	int count
)
Public Shared Function Parse ( 
	buffer As Byte(),
	count As Integer
) As RTCP_CompoundPacket
public:
static RTCP_CompoundPacket^ Parse(
	array<unsigned char>^ buffer, 
	int count
)
static member Parse : 
        buffer : byte[] * 
        count : int -> RTCP_CompoundPacket 
Parameters
buffer (array<Byte>[]()[][])
Data buffer..
count (Int32)
Number of bytes in the buffer.
Return Value
RTCP_CompoundPacket
Returns parsed RTP packet.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119