Ejemplo n.º 1
0
 public void setSize(MediaSize size)
 {
     pjsua2PINVOKE.VideoWindow_setSize(swigCPtr, MediaSize.getCPtr(size));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void setInputScale(int dev_id, MediaSize scale, bool keep)
 {
     pjsua2PINVOKE.VidDevManager_setInputScale(swigCPtr, dev_id, MediaSize.getCPtr(scale), keep);
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }