Example #1
0
    public VideoWindowInfo getInfo()
    {
        VideoWindowInfo ret = new VideoWindowInfo(pjsua2PINVOKE.VideoWindow_getInfo(swigCPtr), true);

        if (pjsua2PINVOKE.SWIGPendingException.Pending)
        {
            throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VideoWindowInfo obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Example #3
0
 public VideoWindowInfo getInfo()
 {
     VideoWindowInfo ret = new VideoWindowInfo(pjsua2PINVOKE.VideoWindow_getInfo(swigCPtr), true);
     if (pjsua2PINVOKE.SWIGPendingException.Pending) throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VideoWindowInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }