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