Changeset 5956 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Mar 21, 2019 8:46:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r5939 r5956 7491 7491 * application can install Null Sound Device (i.e: using 7492 7492 * pjsua_set_null_snd_dev()), which will act as a master port, and instantiate 7493 * the sound device as extra sound device. But note that extra sound device 7494 * will not have auto-close upon idle feature. 7493 * the sound device as extra sound device. 7494 * 7495 * Note that extra sound device will not have auto-close upon idle feature. 7496 * Also note that currently extra sound device only supports mono channel. 7495 7497 */ 7496 7498 typedef struct pjsua_ext_snd_dev pjsua_ext_snd_dev; … … 7500 7502 * Create an extra sound device and register it to conference bridge. 7501 7503 * 7502 * @param snd_param Sound device port param. 7504 * @param snd_param Sound device port param. Currently this only supports 7505 * mono channel, so channel count must be set to 1. 7503 7506 * @param p_snd The extra sound device instance. 7504 7507 *
Note: See TracChangeset
for help on using the changeset viewer.