Merge branch 'v0.20.x'

This commit is contained in:
Max Kellermann
2018-02-17 13:37:03 +01:00
8 changed files with 91 additions and 35 deletions

View File

@@ -50,6 +50,11 @@ public:
*/
double timestamp = 0;
/**
* The time stamp of the next data chunk, in PCM frames.
*/
uint64_t absolute_frame = 0;
/**
* Is the initial seek (to the start position of the sub-song)
* pending, or has it been performed already?