Exemple #1
0
 public void vidSetStream(SWIGTYPE_p_pjsua_call_vid_strm_op op, CallVidSetStreamParam param)
 {
     pjsua2PINVOKE.Call_vidSetStream(swigCPtr, SWIGTYPE_p_pjsua_call_vid_strm_op.getCPtr(op), CallVidSetStreamParam.getCPtr(param));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_pjsua_call_vid_strm_op obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }