aboutsummaryrefslogtreecommitdiffstats
path: root/Adaptation/BufferBasedAdaptation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Adaptation/BufferBasedAdaptation.h')
-rw-r--r--Adaptation/BufferBasedAdaptation.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/Adaptation/BufferBasedAdaptation.h b/Adaptation/BufferBasedAdaptation.h
index 32ad8045..f610064f 100644
--- a/Adaptation/BufferBasedAdaptation.h
+++ b/Adaptation/BufferBasedAdaptation.h
@@ -29,7 +29,8 @@ namespace adaptation
class BufferBasedAdaptation : public AbstractAdaptationLogic
{
public:
- BufferBasedAdaptation(dash::mpd::IMPD *mpd, dash::mpd::IPeriod *period, dash::mpd::IAdaptationSet *adaptationSet, bool isVid, struct AdaptationParameters *params);
+// BufferBasedAdaptation(dash::mpd::IMPD *mpd, dash::mpd::IPeriod *period, dash::mpd::IAdaptationSet *adaptationSet, bool isVid, struct AdaptationParameters *params);
+ BufferBasedAdaptation(viper::managers::StreamType type, libdash::framework::mpd::MPDWrapper *mpdWrapper, struct AdaptationParameters *params);
virtual ~BufferBasedAdaptation();
virtual LogicType getType();
@@ -47,15 +48,15 @@ public:
void checkedByDASHReceiver();
private:
- uint64_t currentBitrate;
+ uint64_t currentBitrate;
std::vector<uint64_t> availableBitrates;
viper::managers::IMultimediaManagerBase *multimediaManager;
- dash::mpd::IRepresentation *representation;
- uint32_t reservoirThreshold;
- uint32_t maxThreshold;
- uint32_t lastBufferFill;
- bool bufferEOS;
- bool shouldAbort;
+ dash::mpd::IRepresentation *representation;
+ uint32_t reservoirThreshold;
+ uint32_t maxThreshold;
+ uint32_t lastBufferFill;
+ bool bufferEOS;
+ bool shouldAbort;
};
}
}