Added waitForMeta function to DTSC::Stream object.
This commit is contained in:
parent
ca07e477fe
commit
16343ed016
2 changed files with 24 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue