RTCPPacket.xrGetRleInfo

bool xrGetRleInfo(out uint ssrc, out ubyte thinning, out ushort beginSeq, out ushort endSeq, out uint chunkCount)

Parse the extended report block for Loss RLE and Duplicated LRE block type.

Parameters

ssrcthe SSRC of the RTP data packet source being reported upon by this report block.
thinningthe amount of thinning performed on the sequence number space.
beginSeqthe first sequence number that this block reports on.
endSeqthe last sequence number that this block reports on plus one.
chunkCountthe number of chunks calculated by block length.

Returns

true if the report block is correctly parsed.