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