예제 #1
0
 public void AddRange(SampleRates values)
 {
     msclPINVOKE.SampleRates_AddRange(swigCPtr, SampleRates.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public void SetRange(int index, SampleRates values)
 {
     msclPINVOKE.SampleRates_SetRange(swigCPtr, index, SampleRates.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public SampleRates(SampleRates other) : this(msclPINVOKE.new_SampleRates__SWIG_1(SampleRates.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }