Changeset 5392 for pjproject/trunk/pjsip-apps/src/swig/java/sample.java
- Timestamp:
- Jul 20, 2016 6:55:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/swig/java/sample.java
r4997 r5392 85 85 private static MyAppObserver observer = new MyObserver(); 86 86 private static MyAccount account = null; 87 private static AccountConfig accCfg = null; 88 87 private static AccountConfig accCfg = null; 88 89 // Snippet code to set native window to output video 90 /* 91 private void setOutputVidWin() {} 92 VideoWindowHandle vidWH = new VideoWindowHandle(); 93 vidWH.getHandle().setWindow(getNativeWindow()); 94 try { 95 currentCall.vidWin.setWindow(vidWH); 96 } catch (Exception e) { 97 System.out.println(e); 98 } 99 } 100 */ 101 89 102 private static void runWorker() { 90 103 try {
Note: See TracChangeset
for help on using the changeset viewer.