xr_get_summary_info


Description:

[ Version ( since = "1.16" ) ]
public bool xr_get_summary_info (out uint32 ssrc, out uint16 begin_seq, out uint16 end_seq)

Extract a basic information from static summary report block of XR this.

Parameters:

this

a valid XR Packet which has Statics Summary Report Block.

ssrc

the SSRC of the source.

begin_seq

the first sequence number that this block reports on.

end_seq

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

Returns:

true if the report block is correctly parsed.