예제 #1
0
 public ArSoundsQueue(ArSpeechSynth speechSynthesizer) : this(AriaCSPINVOKE.new_ArSoundsQueue__SWIG_10(ArSpeechSynth.getCPtr(speechSynthesizer)), true)
 {
 }
예제 #2
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)
 {
 }
예제 #3
0
 public ArSoundsQueue(ArSpeechSynth speechSynthesizer, ArRetFunctor_Bool playInitCB) : this(AriaCSPINVOKE.new_ArSoundsQueue__SWIG_9(ArSpeechSynth.getCPtr(speechSynthesizer), ArRetFunctor_Bool.getCPtr(playInitCB)), true)
 {
 }
예제 #4
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArSpeechSynth obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }