xr_get_dlrr_block


Description:

[ Version ( since = "1.16" ) ]
public bool xr_get_dlrr_block (uint nth, out uint32 ssrc, out uint32 last_rr, out uint32 delay)

Parse the extended report block for DLRR report block type.

Parameters:

this

a valid XR Packet which has DLRR Report Block.

nth

the index of sub-block to retrieve.

ssrc

the SSRC of the receiver.

last_rr

the last receiver reference timestamp of ssrc.

delay

the delay since last_rr.

Returns:

true if the report block is correctly parsed.