Changes between Version 3 and Version 4 of 3rd_Party_Media
- Timestamp:
- Mar 15, 2008 1:28:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
3rd_Party_Media
v3 v4 212 212 - enum_info() 213 213 * create a ''pjmedia_endpt'' instance, and registers each of the codec factories into the codec manager (application can query the codec manager instance from the ''pjmedia_endpt''). 214 * the code to create a call or to handle media update event is similar to the generic pseudo-code explained earlier, except that application will replace call to ''pjmedia_session_create()'' with the corresponding function provided by the third party media stack .214 * the code to create a call or to handle media update event is similar to the generic pseudo-code explained earlier, except that application will replace call to ''pjmedia_session_create()'' with the corresponding function provided by the third party media stack to start the media. 215 215 216 216 217 217 === Integrating Third Party Stack into PJMEDIA === 218 219 This is the most advanced 218 220 219 221 Pros: