예제 #1
0
 public ArSoundsQueue(ArSpeechSynth speechSynthesizer, ArRetFunctor_Bool playInitCB) : this(AriaCSPINVOKE.new_ArSoundsQueue__SWIG_9(ArSpeechSynth.getCPtr(speechSynthesizer), ArRetFunctor_Bool.getCPtr(playInitCB)), true)
 {
 }
예제 #2
0
 public ArSoundsQueue(ArSpeechSynth speechSynthesizer) : this(AriaCSPINVOKE.new_ArSoundsQueue__SWIG_10(ArSpeechSynth.getCPtr(speechSynthesizer)), true)
 {
 }
예제 #3
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)
 {
 }