Changeset 949 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Feb 16, 2007 9:22:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r925 r949 3375 3375 3376 3376 /** 3377 * The maximum file player. 3378 */ 3379 #ifndef PJSUA_MAX_PLAYERS 3380 # define PJSUA_MAX_PLAYERS 32 3381 #endif 3382 3383 3384 /** 3385 * The maximum file player. 3386 */ 3387 #ifndef PJSUA_MAX_RECORDERS 3388 # define PJSUA_MAX_RECORDERS 32 3389 #endif 3390 3391 3392 /** 3377 3393 * This structure describes media configuration, which will be specified 3378 3394 * when calling #pjsua_init(). Application MUST initialize this structure
Note: See TracChangeset
for help on using the changeset viewer.