public void AddRange(CodecFmtpVector values)
 {
     pjsua2PINVOKE.CodecFmtpVector_AddRange(swigCPtr, CodecFmtpVector.getCPtr(values));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public void InsertRange(int index, CodecFmtpVector values)
 {
     pjsua2PINVOKE.CodecFmtpVector_InsertRange(swigCPtr, index, CodecFmtpVector.getCPtr(values));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public CodecFmtpVector(CodecFmtpVector other) : this(pjsua2PINVOKE.new_CodecFmtpVector__SWIG_1(CodecFmtpVector.getCPtr(other)), true)
 {
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }