Ejemplo n.º 1
0
 public void setWindow(VideoWindowHandle win)
 {
     pjsua2PINVOKE.VideoWindow_setWindow(swigCPtr, VideoWindowHandle.getCPtr(win));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VideoWindowHandle obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
 public void setWindow(VideoWindowHandle win)
 {
     pjsua2PINVOKE.VideoWindow_setWindow(swigCPtr, VideoWindowHandle.getCPtr(win));
     if (pjsua2PINVOKE.SWIGPendingException.Pending) throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VideoWindowHandle obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }