public void SetRange(int index, CodecInfoVector values)
 {
     pjsua2PINVOKE.CodecInfoVector_SetRange(swigCPtr, index, CodecInfoVector.getCPtr(values));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public CodecInfoVector(CodecInfoVector other) : this(pjsua2PINVOKE.new_CodecInfoVector__SWIG_1(CodecInfoVector.getCPtr(other)), true)
 {
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }