测试

#include <jni.h>
#include <stdlib.h>
#include "speex/speex_echo.h"

static struct SpeexEchoState *m_pState;

static int isInit(){
	return m_pState != NULL ? 1 : 0;
}

你可能感兴趣的:(测试)