Exemplo n.º 1
0
 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();
     }
 }
Exemplo n.º 2
0
 public Item(string _data, ArSoundsQueue.ItemType _type) : this(AriaCSPINVOKE.new_ArSoundsQueue_Item__SWIG_3(_data, (int)_type), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public Item(string _data, ArSoundsQueue.ItemType _type, string _params, int priority) : this(AriaCSPINVOKE.new_ArSoundsQueue_Item__SWIG_1(_data, (int)_type, _params, priority), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
 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();
     }
 }
Exemplo n.º 5
0
        public string nextItemByTypeAndPriority(ArSoundsQueue.ItemType type, int priority)
        {
            string ret = AriaCSPINVOKE.ArSoundsQueue_nextItemByTypeAndPriority(swigCPtr, (int)type, priority);

            return(ret);
        }
Exemplo n.º 6
0
        public string nextItemByType(ArSoundsQueue.ItemType type)
        {
            string ret = AriaCSPINVOKE.ArSoundsQueue_nextItemByType(swigCPtr, (int)type);

            return(ret);
        }
Exemplo n.º 7
0
 public void removePendingItemsByType(ArSoundsQueue.ItemType type)
 {
     AriaCSPINVOKE.ArSoundsQueue_removePendingItemsByType(swigCPtr, (int)type);
 }
Exemplo n.º 8
0
 public void removePendingItemsByPriorityWithType(int priority, ArSoundsQueue.ItemType type)
 {
     AriaCSPINVOKE.ArSoundsQueue_removePendingItemsByPriorityWithType(swigCPtr, priority, (int)type);
 }
Exemplo n.º 9
0
 public void removePendingItems(string item, ArSoundsQueue.ItemType type)
 {
     AriaCSPINVOKE.ArSoundsQueue_removePendingItems__SWIG_0(swigCPtr, item, (int)type);
 }