Beispiel #1
0
 public virtual void onStreamDestroyed(OnStreamDestroyedParam prm)
 {
     pjsua2PINVOKE.Call_onStreamDestroyed(swigCPtr, OnStreamDestroyedParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public virtual void onStreamDestroyed(OnStreamDestroyedParam prm)
 {
     if (SwigDerivedClassHasMethod("onStreamDestroyed", swigMethodTypes5))
     {
         pjsua2PINVOKE.Call_onStreamDestroyedSwigExplicitCall(swigCPtr, OnStreamDestroyedParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Call_onStreamDestroyed(swigCPtr, OnStreamDestroyedParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }