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

    r518 r531  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1818 */ 
     19 
     20/** 
     21 * \page page_pjmedia_samples_resampleplay_c Samples: Using Resample Port 
     22 * 
     23 * This example demonstrates how to use @ref PJMEDIA_RESAMPLE_PORT to 
     24 * change the sampling rate of the media streams. 
     25 * 
     26 * This file is pjsip-apps/src/samples/resampleplay.c 
     27 * 
     28 * \includelineno resampleplay.c 
     29 */ 
     30 
    1931#include <pjmedia.h> 
    2032#include <pjlib-util.h> 
Note: See TracChangeset for help on using the changeset viewer.