Ignore:
Timestamp:
Aug 24, 2006 2:25:14 PM (17 years ago)
Author:
bennylp
Message:

Just updated doxygen documentation

File:
1 edited

Legend:

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

    r567 r690  
    3333 
    3434/** 
    35  * @defgroup PJMED_RTCP RTCP Session 
     35 * @defgroup PJMED_RTCP RTCP Session and Encapsulation (RFC 3550) 
    3636 * @ingroup PJMEDIA_TRANSPORT 
    3737 * @{ 
     38 * PJMEDIA implements subsets of RTCP specification (RFC 3550) to monitor 
     39 * the quality of the real-time media (audio/video) transmission. In 
     40 * addition to the standard quality monitoring and reporting with RTCP 
     41 * SR and RR types, PJMEDIA's RTCP implementation is able to report 
     42 * extended statistics for incoming streams, such as packet duplications, 
     43 * reorder, discarded, and loss period (to distinguish between random 
     44 * and burst loss). 
     45 * 
     46 * The bidirectional media quality statistic is represented with 
     47 * #pjmedia_rtcp_stat structure. 
     48 * 
     49 * When application uses the stream interface (see @ref PJMED_STRM), 
     50 * application may retrieve the RTCP statistic by calling  
     51 * #pjmedia_stream_get_stat() function. 
    3852 */ 
    3953 
Note: See TracChangeset for help on using the changeset viewer.