Small updates and fixes to the dtsc library.
This commit is contained in:
parent
f88bee5baf
commit
526feda148
2 changed files with 8 additions and 5 deletions
|
@ -207,7 +207,7 @@ namespace DTSC {
|
|||
void setBufferTime(unsigned int ms);
|
||||
bool isNewest(DTSC::livePos & pos);
|
||||
DTSC::livePos getNext(DTSC::livePos & pos, std::set<int> & allowedTracks);
|
||||
private:
|
||||
private:
|
||||
std::map<livePos,JSON::Value> buffers;
|
||||
std::map<int,std::set<livePos> > keyframes;
|
||||
void addPacket(JSON::Value & newPack);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue