Changeset 3163 for pjproject/trunk/pjsip-apps/src/pjsystest/systest.c
- Timestamp:
- May 10, 2010 9:05:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsystest/systest.c
r2991 r3163 104 104 static char textbuf[600]; 105 105 106 /* Device ID to test */ 107 int systest_cap_dev_id = PJMEDIA_AUD_DEFAULT_CAPTURE_DEV; 108 int systest_play_dev_id = PJMEDIA_AUD_DEFAULT_PLAYBACK_DEV; 109 106 110 static void systest_perror(const char *title, pj_status_t status) 107 111 {
Note: See TracChangeset
for help on using the changeset viewer.