Ignore:
Timestamp:
08/22/10 21:58:42 (21 months ago)
Author:
shiretu
Message:

-- android stuff

File:
1 edited

Legend:

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

    r87 r89  
    2525 
    2626extern "C" void Java_com_rtmpd_CommandsInterface_EnvRun( 
    27                 JNIEnv* pEnv, jobject thiz, jobject pCallbackInterface, jstring host, 
     27                JNIEnv* pEnv, 
     28                jobject thiz, 
     29                jobject callbackHandler, 
     30                jstring callbackClassName, 
     31                jstring callbackMethodName, 
     32                jstring ip, 
    2833                jint port); 
    2934extern "C" void Java_com_rtmpd_CommandsInterface_EnvStop( 
Note: See TracChangeset for help on using the changeset viewer.