xr_get_summary_jitter
Description:
[ Version ( since = "1.16" ) ]
public bool xr_get_summary_jitter (out uint32 min_jitter, out uint32 max_jitter, out uint32 mean_jitter, out uint32 dev_jitter)
public bool xr_get_summary_jitter (out uint32 min_jitter, out uint32 max_jitter, out uint32 mean_jitter, out uint32 dev_jitter)
Extract jitter information from the statistics summary.
If the jitter flag in a block header is set as zero, all of jitters will be zero.
Parameters:
this |
a valid XR Packet which has Statics Summary Report Block. |
min_jitter |
the minimum relative transit time between two sequences. |
max_jitter |
the maximum relative transit time between two sequences. |
mean_jitter |
the mean relative transit time between two sequences. |
dev_jitter |
the standard deviation of the relative transit time between two sequences. |
Returns:
|