xr_get_prt_info
Description:
[ Version ( since = "1.16" ) ]
public bool xr_get_prt_info (out uint32 ssrc, out uint8 thinning, out uint16 begin_seq, out uint16 end_seq)
public bool xr_get_prt_info (out uint32 ssrc, out uint8 thinning, out uint16 begin_seq, out uint16 end_seq)
Parse the Packet Recept Times Report Block from a XR this
Parameters:
this |
a valid XR Packet which has a Packet Receipt Times Report Block |
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. |
Returns:
|