Exemple #1
0
 public void SetRange(int index, ToneDigitVector values)
 {
     pjsua2PINVOKE.ToneDigitVector_SetRange(swigCPtr, index, ToneDigitVector.getCPtr(values));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void playDigits(ToneDigitVector digits)
 {
     pjsua2PINVOKE.ToneGenerator_playDigits__SWIG_1(swigCPtr, ToneDigitVector.getCPtr(digits));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 public ToneDigitVector(ToneDigitVector other) : this(pjsua2PINVOKE.new_ToneDigitVector__SWIG_1(ToneDigitVector.getCPtr(other)), true)
 {
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }