Changeset 102 for trunk/sources/androidapplestreaming/src/jniwrapper.cpp
- Timestamp:
- 08/24/10 20:27:38 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/androidapplestreaming/src/jniwrapper.cpp
r90 r102 80 80 } 81 81 82 extern "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 82 90 extern "C" jobject Java_com_rtmpd_CommandsInterface_CommandPlay( 83 91 JNIEnv* pEnv, jobject thiz, jint contextId, jstring m3u8Uri,
Note: See TracChangeset
for help on using the changeset viewer.
