RTCPPacket.xrGetDlrrBlock
bool xrGetDlrrBlock(uint nth, out uint ssrc, out uint lastRr, out uint delay)Parse the extended report block for DLRR report block type.
Parameters
nth | the index of sub-block to retrieve. |
ssrc | the SSRC of the receiver. |
lastRr | the last receiver reference timestamp of ssrc. |
delay | the delay since last_rr. |
Returns
true if the report block is correctly parsed.