Changeset 4919 for pjproject/trunk/pjsip/include/pjsua2/call.hpp
- Timestamp:
- Sep 9, 2014 4:25:03 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/call.hpp
r4918 r4919 87 87 88 88 /** 89 * Types of loss detected. 90 */ 91 struct LossType 92 { 93 unsigned burst; /**< Burst/sequential packet lost detected */ 94 unsigned random; /**< Random packet lost detected. */ 95 }; 96 97 /** 89 98 * Unidirectional RTP stream statistics. 90 99 */ … … 102 111 MathStat lossPeriodUsec; /**< Loss period statistics */ 103 112 104 /**< Types of loss detected. */ 105 unsigned burst; /**< Burst/sequential packet lost detected */ 106 unsigned random; /**< Random packet lost detected. */ 113 LossType lossType; /**< Types of loss detected. */ 107 114 108 115 MathStat jitterUsec; /**< Jitter statistics */
Note: See TracChangeset
for help on using the changeset viewer.