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