Пример #1
0
 public void start(VideoPreviewOpParam param)
 {
     pjsua2PINVOKE.VideoPreview_start(swigCPtr, VideoPreviewOpParam.getCPtr(param));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VideoPreviewOpParam obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }