CloseOnError added
This commit is contained in:
parent
1be85fdb70
commit
a715943447
2 changed files with 3 additions and 3 deletions
|
@ -425,7 +425,7 @@ namespace DTSC {
|
|||
bool isNewest(DTSC::livePos & pos, std::set<int> & allowedTracks);
|
||||
DTSC::livePos getNext(DTSC::livePos & pos, std::set<int> & allowedTracks);
|
||||
void endStream();
|
||||
void waitForMeta(Socket::Connection & sourceSocket);
|
||||
void waitForMeta(Socket::Connection & sourceSocket, bool closeOnError = true);
|
||||
void waitForPause(Socket::Connection & sourceSocket);
|
||||
protected:
|
||||
void cutOneBuffer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue