App
mhr_appcore_interpolators_Interpolator.h
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class mhr_appcore_interpolators_Interpolator */
4 
5 #ifndef _Included_mhr_appcore_interpolators_Interpolator
6 #define _Included_mhr_appcore_interpolators_Interpolator
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: mhr_appcore_interpolators_Interpolator
12  * Method: resampleTo
13  * Signature: (IJJ)I
14  */
16  (JNIEnv *, jclass, jint, jlong, jlong);
17 
18 /*
19  * Class: mhr_appcore_interpolators_Interpolator
20  * Method: resampleTo
21  * Signature: (IJJI)I
22  */
24  (JNIEnv *, jclass, jint, jlong, jlong, jint);
25 
26 /*
27  * Class: mhr_appcore_interpolators_Interpolator
28  * Method: resampleTo
29  * Signature: (IJJID)I
30  */
32  (JNIEnv *, jclass, jint, jlong, jlong, jint, jdouble);
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 #endif