Added writable identifier, to uniquely define a track when writing it to a file or socket.

This commit is contained in:
Erik Zandvliet 2014-01-07 11:57:13 +01:00
parent e94565a270
commit 1477939924
2 changed files with 15 additions and 8 deletions

View file

@ -152,6 +152,7 @@ namespace DTSC {
int getSendLen();
void send(Socket::Connection & conn);
std::string getIdentifier();
std::string getWritableIdentifier();
JSON::Value toJSON();
long long unsigned int fragLen;
Fragment* fragments;