public ArRetFunctor_Bool getNoTimeWarningCB() { global::System.IntPtr cPtr = AriaCSPINVOKE.ArSyncTask_getNoTimeWarningCB(swigCPtr); ArRetFunctor_Bool ret = (cPtr == global::System.IntPtr.Zero) ? null : new ArRetFunctor_Bool(cPtr, false); return(ret); }
public bool addStringBool(string name, ushort maxLen, ArRetFunctor_Bool functor, string format) { bool ret = AriaCSPINVOKE.ArStringInfoGroup_addStringBool__SWIG_0(swigCPtr, name, maxLen, ArRetFunctor_Bool.getCPtr(functor), format); return(ret); }
public static void boolWrapper(string buffer, ushort bufferLen, ArRetFunctor_Bool functor, string format) { AriaCSPINVOKE.ArStringInfoHolderFunctions_boolWrapper(buffer, bufferLen, ArRetFunctor_Bool.getCPtr(functor), format); }
public void remProcessFileCB(ArRetFunctor_Bool functor) { AriaCSPINVOKE.ArConfig_remProcessFileCB__SWIG_0(swigCPtr, ArRetFunctor_Bool.getCPtr(functor)); }
public void setNoTimeWarningCB(ArRetFunctor_Bool functor) { AriaCSPINVOKE.ArSyncTask_setNoTimeWarningCB(swigCPtr, ArRetFunctor_Bool.getCPtr(functor)); }
public void setDefaultPlayConditionCB(ArRetFunctor_Bool f) { AriaCSPINVOKE.ArSoundsQueue_setDefaultPlayConditionCB(swigCPtr, ArRetFunctor_Bool.getCPtr(f)); }
public void addProcessFileCB(ArRetFunctor_Bool functor, int priority) { AriaCSPINVOKE.ArConfig_addProcessFileCB__SWIG_0(swigCPtr, ArRetFunctor_Bool.getCPtr(functor), priority); }
public ArSoundsQueue(ArSpeechSynth speechSynthesizer, ArRetFunctor_Bool playInitCB) : this(AriaCSPINVOKE.new_ArSoundsQueue__SWIG_9(ArSpeechSynth.getCPtr(speechSynthesizer), ArRetFunctor_Bool.getCPtr(playInitCB)), true) { }
public void setSpeakInitCallback(ArRetFunctor_Bool cb) { AriaCSPINVOKE.ArSoundsQueue_setSpeakInitCallback(swigCPtr, ArRetFunctor_Bool.getCPtr(cb)); }
public ArSoundsQueue(ArRetFunctor_Bool speakInitCB) : this(AriaCSPINVOKE.new_ArSoundsQueue__SWIG_6(ArRetFunctor_Bool.getCPtr(speakInitCB)), true) { }
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) { }
public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArRetFunctor_Bool obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public static void addParseArgsCB(ArRetFunctor_Bool functor) { AriaCSPINVOKE.Aria_addParseArgsCB__SWIG_1(ArRetFunctor_Bool.getCPtr(functor)); }
public static void addParseArgsCB(ArRetFunctor_Bool functor, int position) { AriaCSPINVOKE.Aria_addParseArgsCB__SWIG_0(ArRetFunctor_Bool.getCPtr(functor), position); }