Added writable identifier, to uniquely define a track when writing it to a file or socket.
This commit is contained in:
parent
e94565a270
commit
1477939924
2 changed files with 15 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue