Changeset 85 for trunk/sources/androidapplestreaming/include/jniwrapper.h
- Timestamp:
- 08/20/10 04:21:17 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/androidapplestreaming/include/jniwrapper.h
r58 r85 21 21 #define _JNIWRAPPER_H 22 22 23 #include <jni.h> 24 #include "common.h" 23 #include "jnihelpers.h" 25 24 26 25 extern "C" void Java_com_rtmpd_CommandsInterface_EnvRun( 27 JNIEnv* pEnv, jobject thiz, jstring host, jint port); 26 JNIEnv* pEnv, jobject thiz, jobject pCallbackInterface, jstring host, 27 jint port); 28 28 extern "C" void Java_com_rtmpd_CommandsInterface_EnvStop( 29 29 JNIEnv* pEnv, jobject thiz); … … 47 47 extern "C" jobject Java_com_rtmpd_CommandsInterface_InfoListAllStreams( 48 48 JNIEnv* pEnv, jobject thiz); 49 jobject VariantToJObject(Variant &value, JNIEnv* pEnv);50 49 51 50 #endif /* _JNIWRAPPER_H */
Note: See TracChangeset
for help on using the changeset viewer.
