Ignore:
Timestamp:
08/16/10 22:59:05 (21 months ago)
Author:
shiretu
Message:

-- forgot about JNI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/androidapplestreaming/src/jniwrapper.cpp

    r74 r76  
    5757 
    5858extern "C" jobject Java_com_rtmpd_CommandsInterface_CommandPlay( 
     59                JNIEnv* pEnv, jobject thiz, jint contextId, jstring connectingString) { 
     60        Variant result = CommandPlay( 
     61                        (uint32_t) contextId, 
     62                        pEnv->GetStringUTFChars(connectingString, NULL)); 
     63        return VariantToJObject(result, pEnv); 
     64} 
     65 
     66extern "C" jobject Java_com_rtmpd_CommandsInterface_CommandPlay( 
    5967                JNIEnv* pEnv, jobject thiz, jint contextId, jstring m3u8Uri, 
    6068                jstring httpSessionId, jstring keyPassword) { 
Note: See TracChangeset for help on using the changeset viewer.