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/g711.h

    r2875 r3083  
    2929 
    3030/** 
    31  * @defgroup PJMED_G711 G711 G.711 Codec 
     31 * @defgroup PJMED_G711 G.711 Codec 
    3232 * @ingroup PJMEDIA_CODEC_CODECS 
    3333 * @brief Standard G.711/PCMA and PCMU codec. 
    3434 * @{ 
    35  * This section describes functions to register and register G.711 codec 
     35 * 
     36 * This section describes functions to initialize and register G.711 codec 
    3637 * factory to the codec manager. After the codec factory has been registered, 
    3738 * application can use @ref PJMEDIA_CODEC API to manipulate the codec. 
     39 * 
     40 * The G.711 is an ultra low complexity codecs and in trade-off it results 
     41 * in high bitrate, i.e: 64kbps for 16-bit PCM with sampling rate 8000Hz. 
     42 * 
     43 * The factory contains two main compression algorithms, PCMU/u-Law and  
     44 * PCMA/A-Law. 
     45 * 
     46 * \section codec_setting Codec Settings 
     47 * 
     48 * \subsection general_setting General Settings 
     49 * 
     50 * General codec settings for this codec such as VAD and PLC can be  
     51 * manipulated through the <tt>setting</tt> field in #pjmedia_codec_param.  
     52 * Please see the documentation of #pjmedia_codec_param for more info. 
     53 * 
     54 * \subsection specific_setting Codec Specific Settings 
     55 * 
     56 * Currently none. 
    3857 */ 
    3958 
Note: See TracChangeset for help on using the changeset viewer.