Ignore:
Timestamp:
08/20/10 04:21:17 (21 months ago)
Author:
shiretu
Message:

-- added event-based signaling to android apple streaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/androidapplestreaming/include/jniwrapper.h

    r58 r85  
    2121#define _JNIWRAPPER_H 
    2222 
    23 #include <jni.h> 
    24 #include "common.h" 
     23#include "jnihelpers.h" 
    2524 
    2625extern "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); 
    2828extern "C" void Java_com_rtmpd_CommandsInterface_EnvStop( 
    2929                JNIEnv* pEnv, jobject thiz); 
     
    4747extern "C" jobject Java_com_rtmpd_CommandsInterface_InfoListAllStreams( 
    4848                JNIEnv* pEnv, jobject thiz); 
    49 jobject VariantToJObject(Variant &value, JNIEnv* pEnv); 
    5049 
    5150#endif  /* _JNIWRAPPER_H */ 
Note: See TracChangeset for help on using the changeset viewer.