summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 43c929c..2d7b6c7 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -1031,6 +1031,14 @@ static inline bool h264_is_keyframe(int type)
int module_preload(const char *module);
+/*
+ * MOS (Mean Opinion Score)
+ */
+
+double mos_calculate(double *r_factor, double rtt,
+ double jitter, u_int32_t num_packets_lost);
+
+
#ifdef __cplusplus
}
#endif