Ignore:
Timestamp:
Jun 20, 2006 3:39:07 PM (18 years ago)
Author:
bennylp
Message:

Yet again large diffs because of documentation/doxygen update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/sndtest.c

    r471 r531  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1818 */ 
     19 
     20/** 
     21 * \page page_pjmedia_samples_sndtest_c Samples: Sound Card Benchmark 
     22 * 
     23 * This example can be used to benchmark the quality of the sound card 
     24 * installed in the system. At the end of the test, it will report 
     25 * the jitter and clock drifts of the device. 
     26 * 
     27 * This file is pjsip-apps/src/samples/sndtest.c 
     28 * 
     29 * Screenshots on WinXP: \image html sndtest.jpg 
     30 * 
     31 * \includelineno sndtest.c 
     32 */ 
     33 
    1934 
    2035#include <pjmedia.h> 
Note: See TracChangeset for help on using the changeset viewer.