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/playfile.c

    r438 r531  
    2525 
    2626#include "util.h" 
     27 
     28 
     29/** 
     30 * \page page_pjmedia_samples_playfile_c Samples: Playing WAV File to Sound Device 
     31 * 
     32 * This is a very simple example to use the @ref PJMEDIA_FILE_PLAY and 
     33 * @ref PJMED_SND_PORT. In this example, we open both the file and sound 
     34 * device, and connect the two of them, and voila! Sound will be playing 
     35 * the contents of the file. 
     36 * 
     37 * @see page_pjmedia_samples_recfile_c 
     38 * 
     39 * This file is pjsip-apps/src/samples/playfile.c 
     40 * 
     41 * \includelineno playfile.c 
     42 */ 
    2743 
    2844 
Note: See TracChangeset for help on using the changeset viewer.