Skip to content
Snippets Groups Projects
Commit c93c28a6 authored by tobias's avatar tobias
Browse files

Cleanup

parent a1340889
No related branches found
No related tags found
No related merge requests found
File deleted
File deleted
File deleted
File deleted
File deleted
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class de_tobias_playpad_NativeAudio */
#ifndef _Included_de_tobias_playpad_NativeAudio
#define _Included_de_tobias_playpad_NativeAudio
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: de_tobias_playpad_NativeAudio
* Method: play
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_de_tobias_playpad_NativeAudio_play
(JNIEnv *, jclass, jint);
/*
* Class: de_tobias_playpad_NativeAudio
* Method: pause
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_de_tobias_playpad_NativeAudio_pause
(JNIEnv *, jclass, jint);
/*
* Class: de_tobias_playpad_NativeAudio
* Method: stop
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_de_tobias_playpad_NativeAudio_stop
(JNIEnv *, jclass, jint);
/*
* Class: de_tobias_playpad_NativeAudio
* Method: getVolume
* Signature: (I)D
*/
JNIEXPORT jdouble JNICALL Java_de_tobias_playpad_NativeAudio_getVolume
(JNIEnv *, jclass, jint);
/*
* Class: de_tobias_playpad_NativeAudio
* Method: setVolume
* Signature: (ID)V
*/
JNIEXPORT void JNICALL Java_de_tobias_playpad_NativeAudio_setVolume
(JNIEnv *, jclass, jint, jdouble);
/*
* Class: de_tobias_playpad_NativeAudio
* Method: load
* Signature: (ILjava/lang/String;)Z
*/
JNIEXPORT jboolean JNICALL Java_de_tobias_playpad_NativeAudio_load
(JNIEnv *, jclass, jint, jstring);
/*
* Class: de_tobias_playpad_NativeAudio
* Method: dispose
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_de_tobias_playpad_NativeAudio_dispose
(JNIEnv *, jclass, jint);
/*
* Class: de_tobias_playpad_NativeAudio
* Method: getDuration
* Signature: (I)D
*/
JNIEXPORT jdouble JNICALL Java_de_tobias_playpad_NativeAudio_getDuration
(JNIEnv *, jclass, jint);
/*
* Class: de_tobias_playpad_NativeAudio
* Method: getPosition
* Signature: (I)D
*/
JNIEXPORT jdouble JNICALL Java_de_tobias_playpad_NativeAudio_getPosition
(JNIEnv *, jclass, jint);
#ifdef __cplusplus
}
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment