- Timestamp:
- 08/22/10 20:05:34 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/applications/applestreamingclient/src/eventsink/rtmpeventsink.cpp
r47 r88 24 24 #include "protocols/rtmp/messagefactories/messagefactories.h" 25 25 26 RTMPEventSink::RTMPEventSink( )27 : BaseEventSink(EVENT_SYNC_RTMP ) {26 RTMPEventSink::RTMPEventSink(uint32_t contextId) 27 : BaseEventSink(EVENT_SYNC_RTMP, contextId) { 28 28 _protocolId = 0; 29 29 _streamName = ""; … … 74 74 return true; 75 75 } 76 77 bool RTMPEventSink::SignalUpgradeBandwidth(uint32_t oldBw, uint32_t newBw) { 78 return true; 79 } 80 81 bool RTMPEventSink::SignalDowngradeBandwidth(uint32_t oldBw, uint32_t newBw) { 82 return true; 83 } 84 76 85 #endif /* HAS_PROTOCOL_RTMP */
Note: See TracChangeset
for help on using the changeset viewer.
