RTCPPacket.xrGetSummaryPkt
bool xrGetSummaryPkt(out uint lostPackets, out uint dupPackets)Get the number of lost or duplicate packets. If the flag in a block header is set as zero, lost_packets or dup_packets will be zero.
Parameters
lostPackets | the number of lost packets between begin_seq and end_seq. |
dupPackets | the number of duplicate packets between begin_seq and end_seq. |
Returns
true if the report block is correctly parsed.