Changeset 691 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Aug 25, 2006 12:41:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r690 r691 2517 2517 2518 2518 2519 2520 /** 2521 * Get currently active sound devices. If sound devices has not been created 2522 * (for example when pjsua_start() is not called), it is possible that 2523 * the function returns PJ_SUCCESS with -1 as device IDs. 2524 * 2525 * @param capture_dev On return it will be filled with device ID of the 2526 * capture device. 2527 * @param playback_dev On return it will be filled with device ID of the 2528 * device ID of the playback device. 2529 * 2530 * @return PJ_SUCCESS on success, or the appropriate error code. 2531 */ 2532 PJ_DECL(pj_status_t) pjsua_get_snd_dev(int *capture_dev, 2533 int *playback_dev); 2534 2535 2519 2536 /** 2520 2537 * Select or change sound device. Application may call this function at
Note: See TracChangeset
for help on using the changeset viewer.