Ignore:
Timestamp:
Jun 18, 2006 2:02:36 AM (18 years ago)
Author:
bennylp
Message:

Updated doxygen documentation to all headers in PJMEDIA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/plc.h

    r417 r518  
    2929/** 
    3030 * @defgroup PJMED_PLC Packet Lost Concealment 
    31  * @ingroup PJMEDIA 
     31 * @ingroup PJMEDIA_FRAME_OP 
    3232 * @{ 
     33 * This section describes PJMEDIA's implementation of Packet Lost 
     34 * Concealment algorithm. This algorithm is used to implement PLC for 
     35 * codecs that do not have built-in support for one (e.g. G.711 or GSM codecs). 
    3336 * 
     37 * The PLC algorithm (either built-in or external) is embedded in 
     38 * PJMEDIA codec instance, and application can conceal lost frames 
     39 * by calling <b><tt>recover()</tt></b> member of the codec's member 
     40 * operation (#pjmedia_codec_op). 
     41 * 
     42 * See also @ref plc_codec for more info. 
    3443 */ 
    3544 
Note: See TracChangeset for help on using the changeset viewer.