- Timestamp:
- 08/20/10 04:21:17 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/applications/applestreamingclient/src/clientcontext.cpp
r80 r85 201 201 } 202 202 203 AppleStreamingClientApplication *ClientContext::GetApplication() { 204 BaseClientApplication *pApplication = ClientApplicationManager::FindAppById( 205 _applicationId); 206 return (AppleStreamingClientApplication *) pApplication; 207 } 208 203 209 bool ClientContext::StartProcessing() { 204 210 //1. Parse the connecting string and split it into usable pieces … … 222 228 Variant job; 223 229 job["type"] = "consumeAVBuffer"; 230 pScheduleTimer->AddJob(job, true); 231 232 job["type"] = "testJNICallback"; 224 233 pScheduleTimer->AddJob(job, true); 225 234
Note: See TracChangeset
for help on using the changeset viewer.
