aboutsummaryrefslogtreecommitdiffstats
path: root/Input/DASHReceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'Input/DASHReceiver.h')
-rw-r--r--Input/DASHReceiver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Input/DASHReceiver.h b/Input/DASHReceiver.h
index e5b48adf..545ecb70 100644
--- a/Input/DASHReceiver.h
+++ b/Input/DASHReceiver.h
@@ -48,7 +48,7 @@ class MediaObject;
class DASHReceiver
{
public:
- DASHReceiver(viper::managers::StreamType type, libdash::framework::mpd::MPDWrapper *mpdWrapper, IDASHReceiverObserver *obs, buffer::Buffer<MediaObject> *buffer, uint32_t bufferSize, bool icnEnabled, double icnAlpha, float beta, float drop);
+ DASHReceiver(viper::managers::StreamType type, libdash::framework::mpd::MPDWrapper *mpdWrapper, IDASHReceiverObserver *obs, buffer::Buffer<MediaObject> *buffer, uint32_t bufferSize, bool icnEnabled, double icnAlpha, float beta, float drop, std::string v6FirstWord);
virtual ~DASHReceiver();
bool Start();
@@ -84,6 +84,7 @@ public:
private:
float beta;
float drop;
+ std::string v6FirstWord;
bool withFeedBack;
bool isBufferBased;
std::map<std::string, MediaObject*> initSegments;