Ignore:
Timestamp:
08/20/10 04:21:17 (21 months ago)
Author:
shiretu
Message:

-- added event-based signaling to android apple streaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/applications/applestreamingclient/src/clientcontext.cpp

    r80 r85  
    201201} 
    202202 
     203AppleStreamingClientApplication *ClientContext::GetApplication() { 
     204        BaseClientApplication *pApplication = ClientApplicationManager::FindAppById( 
     205                        _applicationId); 
     206        return (AppleStreamingClientApplication *) pApplication; 
     207} 
     208 
    203209bool ClientContext::StartProcessing() { 
    204210        //1. Parse the connecting string and split it into usable pieces 
     
    222228        Variant job; 
    223229        job["type"] = "consumeAVBuffer"; 
     230        pScheduleTimer->AddJob(job, true); 
     231 
     232        job["type"] = "testJNICallback"; 
    224233        pScheduleTimer->AddJob(job, true); 
    225234 
Note: See TracChangeset for help on using the changeset viewer.