Ignore:
Timestamp:
Jan 4, 2007 10:45:08 PM (17 years ago)
Author:
bennylp
Message:

Just updated and improved the doxygen documentations all over the place

File:
1 edited

Legend:

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

    r833 r875  
    3232 * @brief The implementation of conference bridge 
    3333 * @{ 
     34 * 
     35 * This describes the conference bridge implementation in PJMEDIA. The 
     36 * conference bridge provides powerful and very efficient mechanism to 
     37 * route the audio flow and mix the audio signal when required. 
     38 * 
     39 * Some more information about the media flow when conference bridge is 
     40 * used is described in http://www.pjsip.org/trac/wiki/media-flow . 
    3441 */ 
    3542 
     
    98105 * interface of the bridge by calling #pjmedia_conf_get_master_port(), and 
    99106 * connect this port interface to a sound device port by calling 
    100  * #pjmedia_snd_port_connect(). 
    101  * 
    102  * The sound device is crucial for the bridge's operation, because it provides 
    103  * the bridge with necessary clock to process the audio frames periodically. 
    104  * Internally, the bridge runs when get_frame() to port zero is called. 
     107 * #pjmedia_snd_port_connect(), or to a master port (pjmedia_master_port) 
     108 * if application doesn't want to instantiate any sound devices. 
     109 * 
     110 * The sound device or master port are crucial for the bridge's operation,  
     111 * because it provides the bridge with necessary clock to process the audio 
     112 * frames periodically. Internally, the bridge runs when get_frame() to  
     113 * port zero is called. 
    105114 * 
    106115 * @param pool              Pool to use to allocate the bridge and  
Note: See TracChangeset for help on using the changeset viewer.