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

    r633 r690  
    2929 
    3030/** 
    31   @defgroup PJMEDIA_PORT_CONCEPT Media Ports 
     31  @defgroup PJMEDIA_PORT_CONCEPT Media Ports Framework 
    3232  @ingroup PJMEDIA 
    3333  @brief Extensible framework for media terminations 
    3434   
    35   @section media_port_intro Concepts 
     35  @section media_port_intro Media Port Concepts 
    3636   
    3737  @subsection The Media Port 
     
    5656  may be interconnected with each other, while some 
    5757  others represent the ultimate source/sink termination for the media.  
    58   The  #pjmedia_port_connect() and #pjmedia_port_disconnect() are used to 
    59   connect and disconnect media ports respectively. But even when ports 
    60   are connected with each other ports, they still remain passive. 
    6158 
    6259 
     
    369366 * @param name              Port name. 
    370367 * @param signature         Port signature. 
     368 * @param clock_rate        Port's clock rate. 
    371369 * @param channel_count     Number of channels. 
    372370 * @param bits_per_sample   Bits per sample. 
Note: See TracChangeset for help on using the changeset viewer.