RTCPPacket.xrGetSummaryInfo

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

class RTCPPacket
bool
xrGetSummaryInfo
(
out uint ssrc
,
out ushort beginSeq
,
out ushort endSeq
)

Parameters

ssrc uint

the SSRC of the source.

beginSeq ushort

the first sequence number that this block reports on.

endSeq ushort

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

Return Value

Type: bool

true if the report block is correctly parsed.