RTCPPacket.xrGetSummaryInfo

bool xrGetSummaryInfo(out uint ssrc, out ushort beginSeq, out ushort endSeq)

Extract a basic information from static summary report block of XR packet.

Parameters

ssrcthe SSRC of the source.
beginSeqthe first sequence number that this block reports on.
endSeqthe last sequence number that this block reports on plus one.

Returns

true if the report block is correctly parsed.