コード例 #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_mfcc_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #2
0
        public int end_utt(SWIGTYPE_p_mfcc_t out_cepvector)
        {
            int ret = sphinxbasePINVOKE.FrontEnd_end_utt(swigCPtr, SWIGTYPE_p_mfcc_t.getCPtr(out_cepvector));

            return(ret);
        }