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