RTCPPacket.xrGetPrtInfo
bool xrGetPrtInfo(out uint ssrc, out ubyte thinning, out ushort beginSeq, out ushort endSeq)Parse the Packet Recept Times Report Block from a XR packet
Parameters
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. |
beginSeq | the first sequence number that this block reports on. |
endSeq | the last sequence number that this block reports on plus one. |
Returns
true if the report block is correctly parsed.