Changeset 2844 for pjproject/trunk/pjmedia/include/pjmedia/session.h
- Timestamp:
- Jul 29, 2009 12:14:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/session.h
r2394 r2844 270 270 * Get session statistics. The stream statistic shows various 271 271 * indicators such as packet count, packet lost, jitter, delay, etc. 272 * See also #pjmedia_session_get_stream_stat_jbuf() 272 273 * 273 274 * @param session The media session. … … 300 301 #endif 301 302 303 304 /** 305 * Get current jitter buffer state for the specified stream. 306 * See also #pjmedia_session_get_stream_stat() 307 * 308 * @param session The media session. 309 * @param index Stream index. 310 * @param state Jitter buffer state. 311 * 312 * @return PJ_SUCCESS on success. 313 */ 314 PJ_DECL(pj_status_t) pjmedia_session_get_stream_stat_jbuf( 315 pjmedia_session *session, 316 unsigned index, 317 pjmedia_jb_state *state); 302 318 303 319 /**
Note: See TracChangeset
for help on using the changeset viewer.