xr_get_voip_packet_metrics


Description:

[ Version ( since = "1.16" ) ]
public bool xr_get_voip_packet_metrics (out uint8 loss_rate, out uint8 discard_rate)

Parameters:

this

a valid XR Packet which has VoIP Metrics Report Block.

loss_rate

the fraction of RTP data packets from the source lost.

discard_rate

the fraction of RTP data packets from the source that have been discarded.

Returns:

true if the report block is correctly parsed.