Removed duplicate DTSC::Track::getIdentifier function, added DTSC::Stream::addMeta function.

This commit is contained in:
Thulinma 2013-12-02 11:05:50 +01:00
parent eaaa2936b4
commit f09b258804
3 changed files with 11 additions and 23 deletions

View file

@ -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;