能产能详细一点
void   speex_echo_cancel(const   short   *in,   const   short   *far_end,   short   *out,   short   *Yout){} 
这个函数是C++里写的

解决方案 »

  1.   

    还有 在C SHARP 中 有什么关键字与 c++中的 const对应
      

  2.   

    我现在用的是 unsafe 关建字,所以保留了C的*指针操作符
      

  3.   

    我也知道另外一种方式是通过IntPtr来处理,但处理时遇到问题却不怎么好解决...
      

  4.   

    c++
    speex_echo_cancel(const   short   *in
    c#
    speex_echo_cancel(     SpeexEchoState_   *st,    
    =====
    ???