Changeset 85 for trunk/sources/applications/applestreamingclient/src/applestreamingclientapplication.cpp
- Timestamp:
- 08/20/10 04:21:17 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/applications/applestreamingclient/src/applestreamingclientapplication.cpp
r56 r85 49 49 _pVariantHandler = NULL; 50 50 _pFactory = NULL; 51 #ifdef ANDROID 52 _ci.pEnv = NULL; 53 _ci.pInterface = NULL; 54 #endif /* ANDROID */ 51 55 } 52 56 … … 161 165 } 162 166 167 void AppleStreamingClientApplication::SetJavaCallBackInterface(CallBackInfo ci) { 168 _ci.pEnv = ci.pEnv; 169 _ci.pInterface = ci.pInterface; 170 _ci.clazz = ci.clazz; 171 _ci.method = ci.method; 172 } 173 174 CallBackInfo &AppleStreamingClientApplication::GetJavaCallBackInterface() { 175 return _ci; 176 } 177 163 178 void AppleStreamingClientApplication::SignalStreamRegistered(BaseStream *pStream) { 164 179 if (pStream->GetType() != ST_IN_NET_TS)
Note: See TracChangeset
for help on using the changeset viewer.
