Ignore:
Timestamp:
08/24/10 20:27:38 (21 months ago)
Author:
shiretu
Message:

-- added bandwidth filter

File:
1 edited

Legend:

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

    r90 r102  
    8080} 
    8181 
     82extern "C" jobject Java_com_rtmpd_CommandsInterface_CommandSetBitrates( 
     83                JNIEnv* pEnv, jobject thiz, jint contextId, jstring bitrates) { 
     84        Variant result = CommandSetBitrates( 
     85                        (uint32_t) contextId, 
     86                        pEnv->GetStringUTFChars(bitrates, NULL)); 
     87        return VariantToJObject(result, pEnv); 
     88} 
     89 
    8290extern "C" jobject Java_com_rtmpd_CommandsInterface_CommandPlay( 
    8391                JNIEnv* pEnv, jobject thiz, jint contextId, jstring m3u8Uri, 
Note: See TracChangeset for help on using the changeset viewer.