Fixed firstms/lastms in DTSC::Track, fixed stream buffer limitations.
This commit is contained in:
parent
f09b258804
commit
99353f49a0
3 changed files with 11 additions and 11 deletions
|
@ -312,12 +312,12 @@ namespace DTSC {
|
|||
void resetStream();
|
||||
std::map<livePos,JSON::Value> buffers;
|
||||
std::map<int,std::set<livePos> > keyframes;
|
||||
void addPacket(JSON::Value & newPack);
|
||||
void addMeta(JSON::Value & newMeta);
|
||||
virtual void addPacket(JSON::Value & newPack);
|
||||
virtual void addMeta(JSON::Value & newMeta);
|
||||
datatype datapointertype;
|
||||
unsigned int buffercount;
|
||||
unsigned int buffertime;
|
||||
std::map<int,std::string> trackMapping;
|
||||
void deletionCallback(livePos deleting);
|
||||
virtual void deletionCallback(livePos deleting);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue