jspeech.h

来自「控制移到机器人的例子程序」· C头文件 代码 · 共 46 行

H
46
字号
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class jspeech */

#ifndef _Included_jspeech
#define _Included_jspeech
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     jspeech
 * Method:    openSpeech
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_jspeech_openSpeech
  (JNIEnv *, jobject);

/*
 * Class:     jspeech
 * Method:    closeSpeech
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_jspeech_closeSpeech
  (JNIEnv *, jobject);

/*
 * Class:     jspeech
 * Method:    textSpeech
 * Signature: (Ljava/lang/String;)I
 */
JNIEXPORT jint JNICALL Java_jspeech_textSpeech
  (JNIEnv *, jobject, jstring);

/*
 * Class:     jspeech
 * Method:    voiceSpeech
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_jspeech_voiceSpeech
  (JNIEnv *, jobject, jint);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?