Exemplo n.º 1
0
        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);
        }
Exemplo n.º 2
0
        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);
 }
Exemplo n.º 4
0
 public void remProcessFileCB(ArRetFunctor_Bool functor)
 {
     AriaCSPINVOKE.ArConfig_remProcessFileCB__SWIG_0(swigCPtr, ArRetFunctor_Bool.getCPtr(functor));
 }
Exemplo n.º 5
0
 public void setNoTimeWarningCB(ArRetFunctor_Bool functor)
 {
     AriaCSPINVOKE.ArSyncTask_setNoTimeWarningCB(swigCPtr, ArRetFunctor_Bool.getCPtr(functor));
 }
Exemplo n.º 6
0
 public void setDefaultPlayConditionCB(ArRetFunctor_Bool f)
 {
     AriaCSPINVOKE.ArSoundsQueue_setDefaultPlayConditionCB(swigCPtr, ArRetFunctor_Bool.getCPtr(f));
 }
Exemplo n.º 7
0
 public void addProcessFileCB(ArRetFunctor_Bool functor, int priority)
 {
     AriaCSPINVOKE.ArConfig_addProcessFileCB__SWIG_0(swigCPtr, ArRetFunctor_Bool.getCPtr(functor), priority);
 }
Exemplo n.º 8
0
 public ArSoundsQueue(ArSpeechSynth speechSynthesizer, ArRetFunctor_Bool playInitCB) : this(AriaCSPINVOKE.new_ArSoundsQueue__SWIG_9(ArSpeechSynth.getCPtr(speechSynthesizer), ArRetFunctor_Bool.getCPtr(playInitCB)), true)
 {
 }
Exemplo n.º 9
0
 public void setSpeakInitCallback(ArRetFunctor_Bool cb)
 {
     AriaCSPINVOKE.ArSoundsQueue_setSpeakInitCallback(swigCPtr, ArRetFunctor_Bool.getCPtr(cb));
 }
Exemplo n.º 10
0
 public ArSoundsQueue(ArRetFunctor_Bool speakInitCB) : this(AriaCSPINVOKE.new_ArSoundsQueue__SWIG_6(ArRetFunctor_Bool.getCPtr(speakInitCB)), true)
 {
 }
Exemplo n.º 11
0
 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)
 {
 }
Exemplo n.º 12
0
 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)
 {
 }
Exemplo n.º 13
0
 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)
 {
 }
Exemplo n.º 14
0
 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);
 }
Exemplo n.º 15
0
 public static void addParseArgsCB(ArRetFunctor_Bool functor)
 {
     AriaCSPINVOKE.Aria_addParseArgsCB__SWIG_1(ArRetFunctor_Bool.getCPtr(functor));
 }
Exemplo n.º 16
0
 public static void addParseArgsCB(ArRetFunctor_Bool functor, int position)
 {
     AriaCSPINVOKE.Aria_addParseArgsCB__SWIG_0(ArRetFunctor_Bool.getCPtr(functor), position);
 }