Added Track::finalize call to finish (live) tracks and record their complete duration, by Oswald de Bruin.
This commit is contained in:
parent
096b289cdf
commit
b0b4a5d10d
2 changed files with 5 additions and 0 deletions
|
@ -275,6 +275,7 @@ namespace DTSC {
|
|||
unsigned int timeToFragnum(unsigned int timestamp);
|
||||
void reset();
|
||||
void toPrettyString(std::ostream & str, int indent = 0, int verbosity = 0);
|
||||
void finalize();
|
||||
|
||||
std::string getIdentifier();
|
||||
std::string getWritableIdentifier();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue