Ignore:
Timestamp:
May 10, 2010 9:05:19 AM (14 years ago)
Author:
bennylp
Message:

Ref #1068 (misc fixes): added facility to change device ID at run time in pjsystest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsystest/systest.c

    r2991 r3163  
    104104static char textbuf[600]; 
    105105 
     106/* Device ID to test */ 
     107int systest_cap_dev_id = PJMEDIA_AUD_DEFAULT_CAPTURE_DEV; 
     108int systest_play_dev_id = PJMEDIA_AUD_DEFAULT_PLAYBACK_DEV; 
     109 
    106110static void systest_perror(const char *title, pj_status_t status) 
    107111{ 
Note: See TracChangeset for help on using the changeset viewer.