Ignore:
Timestamp:
Jun 20, 2008 9:39:02 PM (16 years ago)
Author:
bennylp
Message:

Updated doxygen documentations

File:
1 edited

Legend:

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

    r1171 r2037  
    3232 * @defgroup PJMEDIA_RESAMPLE Resampling Algorithm 
    3333 * @ingroup PJMEDIA_FRAME_OP 
    34  * @brief Functions to alter frame's clock rate. 
     34 * @brief Sample rate conversion algorithm 
    3535 * @{ 
     36 * 
    3637 * This section describes the base resampling functions. In addition to this, 
    3738 * application can use the @ref PJMEDIA_RESAMPLE_PORT which provides 
     
    123124 * @defgroup PJMEDIA_RESAMPLE_PORT Resample Port 
    124125 * @ingroup PJMEDIA_PORT 
    125  * @brief Media port interface to change media stream's sampling rate. 
     126 * @brief Audio sample rate conversion 
    126127 * @{ 
    127  * This section describes media port abstractoin for @ref PJMEDIA_RESAMPLE. 
     128 * 
     129 * This section describes media port abstraction for @ref PJMEDIA_RESAMPLE. 
    128130 */ 
    129131 
Note: See TracChangeset for help on using the changeset viewer.