RTCPPacket.xrGetDlrrBlock

Parse the extended report block for DLRR report block type.

class RTCPPacket
bool
xrGetDlrrBlock
(
uint nth
,
out uint ssrc
,
out uint lastRr
,
out uint delay
)

Parameters

nth uint

the index of sub-block to retrieve.

ssrc uint

the SSRC of the receiver.

lastRr uint

the last receiver reference timestamp of ssrc.

delay uint

the delay since last_rr.

Return Value

Type: bool

true if the report block is correctly parsed.