xr_get_rle_info


Description:

[ Version ( since = "1.16" ) ]
public bool xr_get_rle_info (out uint32 ssrc, out uint8 thinning, out uint16 begin_seq, out uint16 end_seq, out uint32 chunk_count)

Parse the extended report block for Loss RLE and Duplicated LRE block type.

Parameters:

this

a valid XR Packet which is Loss RLE or Duplicate RLE report.

ssrc

the SSRC of the RTP data packet source being reported upon by this report block.

thinning

the amount of thinning performed on the sequence number space.

begin_seq

the first sequence number that this block reports on.

end_seq

the last sequence number that this block reports on plus one.

chunk_count

the number of chunks calculated by block length.

Returns:

true if the report block is correctly parsed.