Ignore:
Timestamp:
Jun 18, 2006 2:02:36 AM (18 years ago)
Author:
bennylp
Message:

Updated doxygen documentation to all headers in PJMEDIA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-codec/l16.h

    r411 r518  
    2222#include <pjmedia-codec/types.h> 
    2323 
     24 
     25/** 
     26 * @defgroup PJMED_L16 L16 Family 
     27 * @ingroup PJMEDIA_CODEC 
     28 * @brief 16bit linear codecs (useful for debugging) 
     29 * @{ 
     30 * This section describes functions to register and register L16 codec 
     31 * factory to the codec manager. After the codec factory has been registered, 
     32 * application can use @ref PJMEDIA_CODEC API to manipulate the codec. 
     33 * 
     34 * Note that the L16 codec factory registers several (about fourteen!)  
     35 * L16 codec types to codec manager (different combinations of clock 
     36 * rate and number of channels). 
     37 */ 
    2438 
    2539PJ_BEGIN_DECL 
Note: See TracChangeset for help on using the changeset viewer.