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