Ejemplo n.º 1
0
 public void remSoundItemFinishedCallback(SWIGTYPE_p_ArFunctor1T_ArSoundsQueue__Item_t f)
 {
     AriaCSPINVOKE.ArSoundsQueue_remSoundItemFinishedCallback(swigCPtr, SWIGTYPE_p_ArFunctor1T_ArSoundsQueue__Item_t.getCPtr(f));
 }
Ejemplo n.º 2
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArFunctor1T_ArSoundsQueue__Item_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
 public void addSoundItemStartedCallback(SWIGTYPE_p_ArFunctor1T_ArSoundsQueue__Item_t f)
 {
     AriaCSPINVOKE.ArSoundsQueue_addSoundItemStartedCallback(swigCPtr, SWIGTYPE_p_ArFunctor1T_ArSoundsQueue__Item_t.getCPtr(f));
 }