aboutsummaryrefslogtreecommitdiffstats
path: root/MPD/MPDWrapper.h
diff options
context:
space:
mode:
authorJacques Samain <jsamain+fdio@cisco.com>2017-09-07 17:15:41 +0200
committerJacques Samain <jsamain+fdio@cisco.com>2017-09-07 17:15:41 +0200
commit0078209a7630579e7a016bd3c6cdcbba9a175b6d (patch)
tree18bb7626f622c6d32038f6085fcfa5de41503b35 /MPD/MPDWrapper.h
parent98a684367149583c1b1eb4d4f35eef123972ccf9 (diff)
Handling end of segmentList event in live
Change-Id: I28be520c1c47e457826c7481a7507d0ef6c2bbbf Signed-off-by: Jacques Samain <jsamain+fdio@cisco.com>
Diffstat (limited to 'MPD/MPDWrapper.h')
-rw-r--r--MPD/MPDWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MPD/MPDWrapper.h b/MPD/MPDWrapper.h
index 902fa3dc..cf6275d8 100644
--- a/MPD/MPDWrapper.h
+++ b/MPD/MPDWrapper.h
@@ -125,6 +125,7 @@ private:
size_t videoSegmentNumber;
size_t audioSegmentNumber;
bool isStopping;
+ bool hasReachedEndOfList;
};
}
}