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
nth | the nth report block in packet |
ssrc | result for data source being reported |
fractionlost | result for fraction lost since last SR/RR |
packetslost | result for the cumululative number of packets lost |
exthighestseq | result for the extended last sequence number received |
jitter | result for the interarrival jitter |
lsr | result for the last SR packet from this source |
dlsr | result for the delay since last SR packet |