Ignore:
Timestamp:
Jun 13, 2008 5:01:46 PM (16 years ago)
Author:
nanang
Message:

Ticket #540: Added pjsua-lib feature auto-close sound device on idle and new pjsua option --snd-auto-close=N

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r2004 r2018  
    39093909     */ 
    39103910    pj_stun_auth_cred   turn_auth_cred; 
     3911 
     3912    /** 
     3913     * Specify idle time of sound device before it is automatically closed, 
     3914     * in seconds. 
     3915     * 
     3916     * Default : -1 (Disable the auto-close feature of sound device) 
     3917     */ 
     3918    int                 snd_auto_close_time; 
    39113919}; 
    39123920 
Note: See TracChangeset for help on using the changeset viewer.