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

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