X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjni%2Fai_suanzi_rtmpclient_FfmpegHelper.h;fp=app%2Fsrc%2Fmain%2Fjni%2Fai_suanzi_rtmpclient_FfmpegHelper.h;h=bedc4a8ec24fc2f62f5ea99c35582fca0422319f;hb=7a99b2b0d2cf8048e1d9dd7fae5ccf984a865b1e;hp=0000000000000000000000000000000000000000;hpb=effab912d57394ec776ffc03d6c969866c70cdf9;p=rtmpclient.git diff --git a/app/src/main/jni/ai_suanzi_rtmpclient_FfmpegHelper.h b/app/src/main/jni/ai_suanzi_rtmpclient_FfmpegHelper.h new file mode 100644 index 0000000..bedc4a8 --- /dev/null +++ b/app/src/main/jni/ai_suanzi_rtmpclient_FfmpegHelper.h @@ -0,0 +1,37 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ +#include +/* Header for class ai_suanzi_rtmpclient_FfmpegHelper */ + +#ifndef _Included_ai_suanzi_rtmpclient_FfmpegHelper +#define _Included_ai_suanzi_rtmpclient_FfmpegHelper +#ifdef __cplusplus +extern "C" { +#endif +/* + * Class: ai_suanzi_rtmpclient_FfmpegHelper + * Method: initialEncoder + * Signature: (IILjava/lang/String;)I + */ +JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_FfmpegHelper_initialEncoder + (JNIEnv *, jclass, jint, jint, jstring); + +/* + * Class: ai_suanzi_rtmpclient_FfmpegHelper + * Method: processFrame + * Signature: ([B)I + */ +JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_FfmpegHelper_processFrame + (JNIEnv *, jclass, jbyteArray); + +/* + * Class: ai_suanzi_rtmpclient_FfmpegHelper + * Method: close + * Signature: ()I + */ +JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_FfmpegHelper_close + (JNIEnv *, jclass); + +#ifdef __cplusplus +} +#endif +#endif