Changes between Version 3 and Version 4 of 3rd_Party_Media


Ignore:
Timestamp:
Mar 15, 2008 1:28:25 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 3rd_Party_Media

    v3 v4  
    212212  - enum_info() 
    213213 * 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. 
    215215 
    216216 
    217217=== Integrating Third Party Stack into PJMEDIA === 
     218 
     219This is the most advanced  
    218220 
    219221Pros: