Removed duplicate DTSC::Track::getIdentifier function, added DTSC::Stream::addMeta function.
This commit is contained in:
parent
eaaa2936b4
commit
f09b258804
3 changed files with 11 additions and 23 deletions
|
@ -197,7 +197,6 @@ namespace DTSC {
|
|||
std::deque<Key> keys;
|
||||
std::deque<Part> parts;
|
||||
Key & getKey(int keyNum);
|
||||
std::string getIdentifier();
|
||||
void reset();
|
||||
};
|
||||
|
||||
|
@ -314,6 +313,7 @@ namespace DTSC {
|
|||
std::map<livePos,JSON::Value> buffers;
|
||||
std::map<int,std::set<livePos> > keyframes;
|
||||
void addPacket(JSON::Value & newPack);
|
||||
void addMeta(JSON::Value & newMeta);
|
||||
datatype datapointertype;
|
||||
unsigned int buffercount;
|
||||
unsigned int buffertime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue