public void addItem(ArSoundsQueue.ItemType type, string data, SWIGTYPE_p_std__listT_ArRetFunctor2T_bool_char_const_p_char_const_p_t_p_t callbacks)
 {
     AriaCSPINVOKE.ArSoundsQueue_addItem__SWIG_3(swigCPtr, (int)type, data, SWIGTYPE_p_std__listT_ArRetFunctor2T_bool_char_const_p_char_const_p_t_p_t.getCPtr(callbacks));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public Item(string _data, ArSoundsQueue.ItemType _type, string _params, int priority, SWIGTYPE_p_std__listT_ArRetFunctor2T_bool_char_const_p_char_const_p_t_p_t callbacks) : this(AriaCSPINVOKE.new_ArSoundsQueue_Item__SWIG_4(_data, (int)_type, _params, priority, SWIGTYPE_p_std__listT_ArRetFunctor2T_bool_char_const_p_char_const_p_t_p_t.getCPtr(callbacks)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__listT_ArRetFunctor2T_bool_char_const_p_char_const_p_t_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }