Added waitForMeta function to DTSC::Stream object.

This commit is contained in:
Thulinma 2013-08-23 10:36:25 +02:00
parent ca07e477fe
commit 16343ed016
2 changed files with 24 additions and 0 deletions

View file

@ -215,6 +215,7 @@ namespace DTSC {
bool isNewest(DTSC::livePos & pos);
DTSC::livePos getNext(DTSC::livePos & pos, std::set<int> & allowedTracks);
void endStream();
void waitForMeta(Socket::Connection & sourceSocket);
private:
std::map<livePos,JSON::Value> buffers;
std::map<int,std::set<livePos> > keyframes;