Parses RTP packet.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual 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
 Return Value
 Return ValueRTP_Packet
Returns parsed RTP packet.
Returns parsed RTP packet.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119

