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

    r2875 r3083  
    3434 * @{ 
    3535 * 
    36  * This section describes functions to register and register GSM codec 
     36 * This section describes functions to initialize and register GSM 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. 
     39 * 
     40 * The GSM codec supports 16-bit PCM with sampling rate of 8000Hz resulting 
     41 * in 13.2kbps bitrate. 
     42 * 
     43 * \section codec_setting Codec Settings 
     44 * 
     45 * \subsection general_setting General Settings 
     46 * 
     47 * General codec settings for this codec such as VAD and PLC can be  
     48 * manipulated through the <tt>setting</tt> field in #pjmedia_codec_param.  
     49 * Please see the documentation of #pjmedia_codec_param for more info. 
     50 * 
     51 * \subsection specific_setting Codec Specific Settings 
     52 * 
     53 * Currently none. 
    3954 */ 
    4055 
Note: See TracChangeset for help on using the changeset viewer.