Ignore:
Timestamp:
08/22/10 20:05:34 (21 months ago)
Author:
shiretu
Message:

-- android related stuff

File:
1 edited

Legend:

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

    r47 r88  
    2424#include "protocols/rtmp/messagefactories/messagefactories.h" 
    2525 
    26 RTMPEventSink::RTMPEventSink() 
    27 : BaseEventSink(EVENT_SYNC_RTMP) { 
     26RTMPEventSink::RTMPEventSink(uint32_t contextId) 
     27: BaseEventSink(EVENT_SYNC_RTMP, contextId) { 
    2828        _protocolId = 0; 
    2929        _streamName = ""; 
     
    7474        return true; 
    7575} 
     76 
     77bool RTMPEventSink::SignalUpgradeBandwidth(uint32_t oldBw, uint32_t newBw) { 
     78        return true; 
     79} 
     80 
     81bool RTMPEventSink::SignalDowngradeBandwidth(uint32_t oldBw, uint32_t newBw) { 
     82        return true; 
     83} 
     84 
    7685#endif /* HAS_PROTOCOL_RTMP */ 
Note: See TracChangeset for help on using the changeset viewer.