- Timestamp:
- 08/22/10 20:05:34 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/applications/applestreamingclient/include/eventsink/rtmpeventsink.h
r47 r88 30 30 string _streamName; 31 31 public: 32 RTMPEventSink( );32 RTMPEventSink(uint32_t contextId); 33 33 virtual ~RTMPEventSink(); 34 34 … … 37 37 virtual bool SignalStreamRegistered(string streamName); 38 38 virtual bool SignalStreamUnRegistered(string streamName); 39 virtual bool SignalUpgradeBandwidth(uint32_t oldBw, uint32_t newBw); 40 virtual bool SignalDowngradeBandwidth(uint32_t oldBw, uint32_t newBw); 39 41 }; 40 42
Note: See TracChangeset
for help on using the changeset viewer.
