RTCPPacket.getRb

void getRb(uint nth, out uint ssrc, out ubyte fractionlost, out int packetslost, out uint exthighestseq, out uint jitter, out uint lsr, out uint dlsr)

Parse the values of the nth report block in packet and store the result in the values.

Parameters

nththe nth report block in packet
ssrcresult for data source being reported
fractionlostresult for fraction lost since last SR/RR
packetslostresult for the cumululative number of packets lost
exthighestseqresult for the extended last sequence number received
jitterresult for the interarrival jitter
lsrresult for the last SR packet from this source
dlsrresult for the delay since last SR packet