Changeset 5525 for pjproject/trunk/pjsip-apps/src/pjsua/android/jni/pjsua.i
- Timestamp:
- Jan 17, 2017 4:28:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/android/jni/pjsua.i
r5506 r5525 15 15 %feature("director") PjsuaAppCallback; 16 16 17 /* Convert Surface object to ANativeWindow for setIncomingVideoRenderer()*/17 /* Convert Surface object to ANativeWindow */ 18 18 %typemap(in) jobject surface { 19 19 $1 = $input? (jobject)ANativeWindow_fromSurface(jenv, $input) : NULL; 20 20 } 21 21 22 %extend WindowHandle { 23 void setWindow(jobject surface) { $self->window = surface; } 24 } 25 22 26 %include "pjsua_app_callback.h"
Note: See TracChangeset
for help on using the changeset viewer.