Changeset 3083 for pjproject/trunk/pjmedia/include/pjmedia-codec/g722.h
- Timestamp:
- Jan 29, 2010 3:51:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia-codec/g722.h
r2875 r3083 34 34 * @{ 35 35 * 36 * This section describes functions to registerand register G.722 codec36 * This section describes functions to initialize and register G.722 codec 37 37 * factory to the codec manager. After the codec factory has been registered, 38 38 * application can use @ref PJMEDIA_CODEC API to manipulate the codec. 39 39 * 40 * The G.722 implementation uses 16-bit PCM with sampling rate 16000Hz and 41 * 20ms frame length resulting in 64kbps bitrate. 42 * 40 43 * The G.722 codec implementation is provided as part of pjmedia-codec 41 44 * 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. 42 57 */ 43 58
Note: See TracChangeset
for help on using the changeset viewer.