Ignore:
Timestamp:
Jan 29, 2010 3:51:09 PM (14 years ago)
Author:
nanang
Message:

Ticket #1028:

  • Updated codecs docs, more detail info about codec settings.
File:
1 edited

Legend:

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

    r2875 r3083  
    2727 * @defgroup PJMED_L16 L16 Codec Family 
    2828 * @ingroup PJMEDIA_CODEC_CODECS 
    29  * @brief PCM/16bit/linear codecs 
     29 * @brief Implementation of PCM/16bit/linear codecs 
    3030 * @{ 
    3131 * 
    32  * This section describes functions to register and register L16 codec 
     32 * This section describes functions to initialize and register L16 codec 
    3333 * factory to the codec manager. After the codec factory has been registered, 
    3434 * application can use @ref PJMEDIA_CODEC API to manipulate the codec. 
     
    3737 * L16 codec types to codec manager (different combinations of clock 
    3838 * rate and number of channels). 
     39 * 
     40 * \section codec_setting Codec Settings 
     41 * 
     42 * \subsection general_setting General Settings 
     43 * 
     44 * General codec settings for this codec such as VAD and PLC can be  
     45 * manipulated through the <tt>setting</tt> field in #pjmedia_codec_param.  
     46 * Please see the documentation of #pjmedia_codec_param for more info. 
     47 * 
     48 * \subsection specific_setting Codec Specific Settings 
     49 * 
     50 * Currently none. 
    3951 */ 
    4052 
Note: See TracChangeset for help on using the changeset viewer.