Changeset 690 for pjproject/trunk/pjmedia/include/pjmedia/rtcp.h
- Timestamp:
- Aug 24, 2006 2:25:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/rtcp.h
r567 r690 33 33 34 34 /** 35 * @defgroup PJMED_RTCP RTCP Session 35 * @defgroup PJMED_RTCP RTCP Session and Encapsulation (RFC 3550) 36 36 * @ingroup PJMEDIA_TRANSPORT 37 37 * @{ 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. 38 52 */ 39 53
Note: See TracChangeset
for help on using the changeset viewer.