Changeset 518 for pjproject/trunk/pjmedia/include/pjmedia/g711.h
- Timestamp:
- Jun 18, 2006 2:02:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/g711.h
r278 r518 20 20 #define __PJMEDIA_G711_H__ 21 21 22 /** 23 * @file g711.h 24 * @brief G711 Codec 25 */ 26 22 27 #include <pjmedia-codec/types.h> 23 28 29 /** 30 * @defgroup PJMED_G711 G711 31 * @ingroup PJMEDIA_CODEC 32 * @brief Standard G.711/PCMA and PCMU codec. 33 * @{ 34 * This section describes functions to register and register G.711 codec 35 * factory to the codec manager. After the codec factory has been registered, 36 * application can use @ref PJMEDIA_CODEC API to manipulate the codec. 37 */ 24 38 25 39 PJ_BEGIN_DECL … … 48 62 PJ_END_DECL 49 63 64 /** 65 * @} 66 */ 50 67 51 68 #endif /* __PJMEDIA_G711_H__ */
Note: See TracChangeset
for help on using the changeset viewer.