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
ssrc | the SSRC of the source. |
beginSeq | the first sequence number that this block reports on. |
endSeq | the last sequence number that this block reports on plus one. |
Returns
true if the report block is correctly parsed.