Changeset 74 for trunk/sources/androidapplestreaming/src/jniwrapper.cpp
- Timestamp:
- 08/13/10 21:05:31 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/androidapplestreaming/src/jniwrapper.cpp
r63 r74 117 117 } 118 118 119 extern "C" jobject Java_com_rtmpd_CommandsInterface_InfoAllBandwidth(120 JNIEnv* pEnv, jobject thiz) {121 Variant result = InfoAllBandwidth();122 return VariantToJObject(result, pEnv);123 }124 125 119 extern "C" jobject Java_com_rtmpd_CommandsInterface_InfoPlayback( 126 120 JNIEnv* pEnv, jobject thiz, jint contextId) { 127 121 Variant result = InfoPlayback((uint32_t) contextId); 128 return VariantToJObject(result, pEnv);129 }130 131 extern "C" jobject Java_com_rtmpd_CommandsInterface_InfoAllPlayback(132 JNIEnv* pEnv, jobject thiz) {133 Variant result = InfoAllPlayback();134 122 return VariantToJObject(result, pEnv); 135 123 }
Note: See TracChangeset
for help on using the changeset viewer.
