RTCPPacket.getRb

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

class RTCPPacket
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
)

Parameters

nth uint

the nth report block in packet

ssrc uint

result for data source being reported

fractionlost ubyte

result for fraction lost since last SR/RR

packetslost int

result for the cumululative number of packets lost

exthighestseq uint

result for the extended last sequence number received

jitter uint

result for the interarrival jitter

lsr uint

result for the last SR packet from this source

dlsr uint

result for the delay since last SR packet