Ejemplo n.º 1
0
 public void SetRange(int index, CallMediaInfoVector values)
 {
     pjsua2PINVOKE.CallMediaInfoVector_SetRange(swigCPtr, index, CallMediaInfoVector.getCPtr(values));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public CallMediaInfoVector(CallMediaInfoVector other) : this(pjsua2PINVOKE.new_CallMediaInfoVector__SWIG_1(CallMediaInfoVector.getCPtr(other)), true)
 {
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }