コード例 #1
0
        public SWIGTYPE_p_ArFunctorCT_ArSpeechSynth_t getInterruptCallback()
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArSpeechSynth_getInterruptCallback(swigCPtr);
            SWIGTYPE_p_ArFunctorCT_ArSpeechSynth_t ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_ArFunctorCT_ArSpeechSynth_t(cPtr, false);

            return(ret);
        }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArFunctorCT_ArSpeechSynth_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }