Changeset 518 for pjproject/trunk/pjmedia/include/pjmedia/null_port.h
- Timestamp:
- Jun 18, 2006 2:02:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/null_port.h
r322 r518 27 27 28 28 29 30 /** 31 * @defgroup PJMEDIA_NULL_PORT Null Port 32 * @ingroup PJMEDIA_PORT 33 * @brief Null port is the simplest type of port. 34 * @{ 35 */ 36 37 29 38 PJ_BEGIN_DECL 30 39 … … 33 42 * Create Null port. 34 43 * 44 * @param pool Pool to allocate memory. 35 45 * @param sampling_rate Sampling rate of the port. 36 46 * @param channel_count Number of channels. … … 52 62 PJ_END_DECL 53 63 64 /** 65 * @} 66 */ 67 54 68 55 69 #endif /* __PJMEDIA_NULL_PORT_H__ */
Note: See TracChangeset
for help on using the changeset viewer.