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