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/include/jniwrapper.h

    r90 r102  
    4545extern "C" jobject Java_com_rtmpd_CommandsInterface_ContextCloseAll( 
    4646                JNIEnv* pEnv, jobject thiz); 
     47extern "C" jobject Java_com_rtmpd_CommandsInterface_CommandSetBitrates( 
     48                JNIEnv* pEnv, jobject thiz, jint contextId, jstring bitrates); 
    4749extern "C" jobject Java_com_rtmpd_CommandsInterface_CommandPlay( 
    4850                JNIEnv* pEnv, jobject thiz, jint contextId, jstring m3u8Uri, 
Note: See TracChangeset for help on using the changeset viewer.