Changeset 690 for pjproject/trunk/pjmedia/include/pjmedia/port.h
- Timestamp:
- Aug 24, 2006 2:25:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/port.h
r633 r690 29 29 30 30 /** 31 @defgroup PJMEDIA_PORT_CONCEPT Media Ports 31 @defgroup PJMEDIA_PORT_CONCEPT Media Ports Framework 32 32 @ingroup PJMEDIA 33 33 @brief Extensible framework for media terminations 34 34 35 @section media_port_intro Concepts35 @section media_port_intro Media Port Concepts 36 36 37 37 @subsection The Media Port … … 56 56 may be interconnected with each other, while some 57 57 others represent the ultimate source/sink termination for the media. 58 The #pjmedia_port_connect() and #pjmedia_port_disconnect() are used to59 connect and disconnect media ports respectively. But even when ports60 are connected with each other ports, they still remain passive.61 58 62 59 … … 369 366 * @param name Port name. 370 367 * @param signature Port signature. 368 * @param clock_rate Port's clock rate. 371 369 * @param channel_count Number of channels. 372 370 * @param bits_per_sample Bits per sample.
Note: See TracChangeset
for help on using the changeset viewer.