public static SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t getPlayWavFileCallback()
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArSoundPlayer_getPlayWavFileCallback();
            SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t(cPtr, false);

            return(ret);
        }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public void setPlayWavFileCallback(SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t cb)
 {
     AriaCSPINVOKE.ArSoundsQueue_setPlayWavFileCallback(swigCPtr, SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t.getCPtr(cb));
 }
 public ArSoundsQueue(ArSpeechSynth speechSynthesizer, ArRetFunctor_Bool playInitCB, SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t playFileCB) : this(AriaCSPINVOKE.new_ArSoundsQueue__SWIG_8(ArSpeechSynth.getCPtr(speechSynthesizer), ArRetFunctor_Bool.getCPtr(playInitCB), SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t.getCPtr(playFileCB)), true)
 {
 }
 public ArSoundsQueue(ArRetFunctor_Bool speakInitCB, SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t speakCB) : this(AriaCSPINVOKE.new_ArSoundsQueue__SWIG_5(ArRetFunctor_Bool.getCPtr(speakInitCB), SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t.getCPtr(speakCB)), true)
 {
 }
 public ArSoundsQueue(ArRetFunctor_Bool speakInitCB, SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t speakCB, ArFunctor interruptSpeechCB, ArRetFunctor_Bool playInitCB) : this(AriaCSPINVOKE.new_ArSoundsQueue__SWIG_3(ArRetFunctor_Bool.getCPtr(speakInitCB), SWIGTYPE_p_ArRetFunctor2T_bool_char_const_p_char_const_p_t.getCPtr(speakCB), ArFunctor.getCPtr(interruptSpeechCB), ArRetFunctor_Bool.getCPtr(playInitCB)), true)
 {
 }