xr_get_voip_quality_metrics


Description:

[ Version ( since = "1.16" ) ]
public bool xr_get_voip_quality_metrics (out uint8 r_factor, out uint8 ext_r_factor, out uint8 mos_lq, out uint8 mos_cq)

Parameters:

this

a valid XR Packet which has VoIP Metrics Report Block.

r_factor

the R factor is a voice quality metric describing the segment of the call.

ext_r_factor

the external R factor is a voice quality metric.

mos_lq

the estimated mean opinion score for listening quality.

mos_cq

the estimated mean opinion score for conversational quality.

Returns:

true if the report block is correctly parsed.