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

    r2875 r3083  
    3434 * @{ 
    3535 * 
    36  * This section describes functions to register and register G.722 codec 
     36 * This section describes functions to initialize and register G.722 codec 
    3737 * factory to the codec manager. After the codec factory has been registered, 
    3838 * application can use @ref PJMEDIA_CODEC API to manipulate the codec. 
    3939 * 
     40 * The G.722 implementation uses 16-bit PCM with sampling rate 16000Hz and  
     41 * 20ms frame length resulting in 64kbps bitrate. 
     42 * 
    4043 * The G.722 codec implementation is provided as part of pjmedia-codec 
    4144 * library, and does not depend on external G.722 codec implementation. 
     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. 
    4257 */ 
    4358 
Note: See TracChangeset for help on using the changeset viewer.