Parses 1 RTCP packet from the specified buffer.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static RTCP_Packet Parse( byte[] buffer, ref int offset )
Public Shared Function Parse ( buffer As Byte(), ByRef offset As Integer ) As RTCP_Packet
public: static RTCP_Packet^ Parse( array<unsigned char>^ buffer, int% offset )
static member Parse : buffer : byte[] * offset : int byref -> RTCP_Packet
Return Value
RTCP_Packet
Returns parsed RTCP packet.
Returns parsed RTCP packet.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when buffer is null. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119