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

    r442 r518  
    3232/** 
    3333 * @defgroup PJMED_JBUF Adaptive jitter buffer 
    34  * @ingroup PJMEDIA 
     34 * @ingroup PJMEDIA_FRAME_OP 
    3535 * @{ 
    36  * 
     36 * This section describes PJMEDIA's implementation of de-jitter buffer. 
     37 * The de-jitter buffer may be set to operate in adaptive mode or fixed 
     38 * delay mode. 
     39 * 
     40 * The jitter buffer is also able to report the status of the current 
     41 * frame (#pjmedia_jb_frame_type). This status is used for examply by 
     42 * @ref PJMED_STRM to invoke the codec's @ref PJMED_PLC algorithm. 
    3743 */ 
    3844 
Note: See TracChangeset for help on using the changeset viewer.