Ignore:
Timestamp:
Jun 20, 2008 9:39:02 PM (16 years ago)
Author:
bennylp
Message:

Updated doxygen documentations

File:
1 edited

Legend:

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

    r1945 r2037  
    4040 * @defgroup PJMED_STRM Streams 
    4141 * @ingroup PJMEDIA_PORT 
    42  * @brief Media port for communicating with remote peer via the network. 
     42 * @brief Communicating with remote peer via the network 
    4343 * @{ 
    4444 * 
     
    5151 *  - decoding channel, which receives unidirectional media from remote. 
    5252 * 
    53  * A media stream exports media port interface (see @ref PJMEDIA_PORT_CONCEPT) 
     53 * A media stream exports media port interface (see @ref PJMEDIA_PORT) 
    5454 * and application normally uses this interface to interconnect the stream 
    5555 * to other PJMEDIA components. 
     
    6262 *  - one instance of RTCP session (#pjmedia_rtcp_session), 
    6363 *  - and a reference to media transport to send and receive packets 
    64  *    to/from the network (see @ref PJMEDIA_TRANSPORT_H). 
     64 *    to/from the network (see @ref PJMEDIA_TRANSPORT). 
    6565 * 
    6666 * Streams are created by calling #pjmedia_stream_create(), specifying 
Note: See TracChangeset for help on using the changeset viewer.