Ignore:
Timestamp:
Mar 18, 2015 8:25:24 AM (9 years ago)
Author:
ming
Message:

Re #1823 (PJSUA2 Video API): Add Pjsua2 Video Window API and Pjsua API to set output window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/swig/pjsua2.i

    r4906 r4996  
    103103 
    104104%include "pjsua2/media.hpp" 
     105// Create an interface for android_opengl_get_surface() 
     106#if defined(SWIGJAVA) && defined(__ANDROID__) 
     107%inline %{ 
     108extern "C" { 
     109    void* android_opengl_get_surface(jobject surface); 
     110} 
     111%} 
     112#endif 
     113 
    105114%include "pjsua2/presence.hpp" 
    106115%include "pjsua2/account.hpp" 
Note: See TracChangeset for help on using the changeset viewer.