Exemplo n.º 1
0
 public void SetRange(int index, ToneDescVector values)
 {
     pjsua2PINVOKE.ToneDescVector_SetRange(swigCPtr, index, ToneDescVector.getCPtr(values));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void play(ToneDescVector tones, bool loop)
 {
     pjsua2PINVOKE.ToneGenerator_play__SWIG_0(swigCPtr, ToneDescVector.getCPtr(tones), loop);
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public ToneDescVector(ToneDescVector other) : this(pjsua2PINVOKE.new_ToneDescVector__SWIG_1(ToneDescVector.getCPtr(other)), true)
 {
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }