Ignore:
Timestamp:
Dec 28, 2016 3:40:07 AM (7 years ago)
Author:
nanang
Message:

Re #1900: More merged from trunk (r5512 mistakenly contains merged changes in third-party dir only).

Location:
pjproject/branches/projects/uwp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/uwp

  • pjproject/branches/projects/uwp/pjsip-apps/src/swig/java/sample.java

    r4997 r5513  
    8585        private static MyAppObserver observer = new MyObserver(); 
    8686        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 
    89102        private static void runWorker() { 
    90103                try {                                    
Note: See TracChangeset for help on using the changeset viewer.