Ignore:
Timestamp:
Mar 19, 2006 12:47:02 AM (18 years ago)
Author:
bennylp
Message:

Fixed no audio bug in new conference, and add level adjustment in port info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/conference.h

    r323 r333  
    4848    unsigned            clock_rate;         /**< Clock rate of the port.    */ 
    4949    unsigned            samples_per_frame;  /**< Samples per frame          */ 
     50    int                 tx_adj_level;       /**< Tx level adjustment.       */ 
     51    int                 rx_adj_level;       /**< Rx level adjustment.       */ 
    5052} pjmedia_conf_port_info; 
    5153 
     
    169171 * @param pool          Pool to allocate buffers for this port. 
    170172 * @param strm_port     Stream port interface. 
    171  * @param name          Port name. 
     173 * @param name          Optional name for the port. If this value is NULL, 
     174 *                      the name will be taken from the name in the port  
     175 *                      info. 
    172176 * @param p_slot        Pointer to receive the slot index of the port in 
    173177 *                      the conference bridge. 
Note: See TracChangeset for help on using the changeset viewer.