xr_get_voip_burst_metrics


Description:

[ Version ( since = "1.16" ) ]
public bool xr_get_voip_burst_metrics (out uint8 burst_density, out uint8 gap_density, out uint16 burst_duration, out uint16 gap_duration)

Parameters:

this

a valid XR Packet which has VoIP Metrics Report Block.

burst_density

the fraction of RTP data packets within burst periods.

gap_density

the fraction of RTP data packets within inter-burst gaps.

burst_duration

the mean duration(ms) of the burst periods.

gap_duration

the mean duration(ms) of the gap periods.

Returns:

true if the report block is correctly parsed.