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/androidapplestreaming/src/api.cpp

    r75 r85  
    4444}while(0) 
    4545 
    46 void EnvRun(string ip, uint16_t port) { 
     46void EnvRun(string ip, uint16_t port, CallBackInfo ci) { 
    4747        //1. Initialize the logger 
    4848        Logger::Init(); 
     
    7878        AppleStreamingClientApplication *pApp = new AppleStreamingClientApplication( 
    7979                        configuration); 
     80        pApp->SetJavaCallBackInterface(ci); 
    8081        if (!pApp->Initialize()) { 
    8182                ASSERT("Unable to initialize the application"); 
Note: See TracChangeset for help on using the changeset viewer.