Ignore:
Timestamp:
Mar 21, 2019 8:46:13 AM (6 years ago)
Author:
nanang
Message:

Misc (re #2147): Add info and checks about Extra Audio Device supporting mono channel only.

File:
1 edited

Legend:

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

    r5939 r5956  
    74917491 * application can install Null Sound Device (i.e: using 
    74927492 * 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. 
    74957497 */ 
    74967498typedef struct pjsua_ext_snd_dev pjsua_ext_snd_dev; 
     
    75007502 * Create an extra sound device and register it to conference bridge. 
    75017503 * 
    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. 
    75037506 * @param p_snd         The extra sound device instance. 
    75047507 * 
Note: See TracChangeset for help on using the changeset viewer.