Changeset 2037 for pjproject/trunk/pjmedia/include/pjmedia/resample.h
- Timestamp:
- Jun 20, 2008 9:39:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/resample.h
r1171 r2037 32 32 * @defgroup PJMEDIA_RESAMPLE Resampling Algorithm 33 33 * @ingroup PJMEDIA_FRAME_OP 34 * @brief Functions to alter frame's clock rate.34 * @brief Sample rate conversion algorithm 35 35 * @{ 36 * 36 37 * This section describes the base resampling functions. In addition to this, 37 38 * application can use the @ref PJMEDIA_RESAMPLE_PORT which provides … … 123 124 * @defgroup PJMEDIA_RESAMPLE_PORT Resample Port 124 125 * @ingroup PJMEDIA_PORT 125 * @brief Media port interface to change media stream's sampling rate.126 * @brief Audio sample rate conversion 126 127 * @{ 127 * This section describes media port abstractoin for @ref PJMEDIA_RESAMPLE. 128 * 129 * This section describes media port abstraction for @ref PJMEDIA_RESAMPLE. 128 130 */ 129 131
Note: See TracChangeset
for help on using the changeset viewer.