- Timestamp:
- Dec 4, 2013 3:01:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjsip/include/pjsua2/media.hpp
r4669 r4672 28 28 #include <pjsua2/types.hpp> 29 29 30 /** PJSUA2 API is inside pj namespace */ 31 namespace pj 32 { 33 30 34 /** 31 35 * @defgroup PJSUA2_MED Media … … 34 38 */ 35 39 36 /** PJSUA2 API is inside pj namespace */37 namespace pj38 {39 40 using std::string; 40 41 using std::vector; … … 488 489 * function at any time to replace current sound device. 489 490 * 490 * @param capture 491 * @param capture_dev Device ID of the capture device. 491 492 */ 492 493 void setCaptureDev(int capture_dev) const throw(Error); … … 1093 1094 typedef void *CodecParam; 1094 1095 1096 1097 /** 1098 * @} // PJSUA2_MED 1099 */ 1100 1095 1101 } // namespace pj 1096 1102 1097 /**1098 * @} // PJSUA2_MED1099 */1100 1101 1103 #endif /* __PJSUA2_MEDIA_HPP__ */
Note: See TracChangeset
for help on using the changeset viewer.