add_rb


Description:

public bool add_rb (uint32 ssrc, uint8 fractionlost, int32 packetslost, uint32 exthighestseq, uint32 jitter, uint32 lsr, uint32 dlsr)

Add a new report block to this with the given values.

Parameters:

this

a valid SR or RR Packet

ssrc

data source being reported

fractionlost

fraction lost since last SR/RR

packetslost

the cumululative number of packets lost

exthighestseq

the extended last sequence number received

jitter

the interarrival jitter

lsr

the last SR packet from this source

dlsr

the delay since last SR packet

Returns:

true if the packet was created. This function can return false if the max MTU is exceeded or the number of report blocks is greater than MAX_RB_COUNT.