LumiSoft Net Help
Parse Method (buffer, offset)
NamespacesLumiSoft.Net.RTPRTCP_Packet_ReportBlockParse(array<Byte>[]()[][], Int32)
Parses RTCP report block (part of SR or RR packet) from specified buffer.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Parse(
	byte[] buffer,
	int offset
)
Public Sub Parse ( 
	buffer As Byte(),
	offset As Integer
)
public:
void Parse(
	array<unsigned char>^ buffer, 
	int offset
)
member Parse : 
        buffer : byte[] * 
        offset : int -> unit 
Parameters
buffer (array<Byte>[]()[][])
Buffer from where to read report block.
offset (Int32)
Offset in buffer.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when buffer is null.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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