Ignore:
Timestamp:
Jul 27, 2006 10:04:56 PM (18 years ago)
Author:
bennylp
Message:

Added capability in pjsua to add application created media port to pjsua's conference bridge, also capability to use custom sound device in pjsua.

File:
1 edited

Legend:

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

    r611 r632  
    205205    int                  cap_dev;   /**< Capture device ID.             */ 
    206206    int                  play_dev;  /**< Playback device ID.            */ 
     207    pj_bool_t            no_snd;    /**< No sound (app will manage it)  */ 
    207208    pjmedia_snd_port    *snd_port;  /**< Sound port.                    */ 
    208209    pjmedia_master_port *null_snd;  /**< Master port for null sound.    */ 
Note: See TracChangeset for help on using the changeset viewer.