Missed a line earlier. Whee.
This commit is contained in:
parent
87d027817c
commit
c7e67b2d84
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ namespace DTSC {
|
||||||
bool seek_time(int seconds);
|
bool seek_time(int seconds);
|
||||||
bool seek_time(int seconds, int trackNo, bool forceSeek = false);
|
bool seek_time(int seconds, int trackNo, bool forceSeek = false);
|
||||||
bool seek_bpos(int bpos);
|
bool seek_bpos(int bpos);
|
||||||
|
void rewritePacket(std::string & newPacket, int bytePos);
|
||||||
void writePacket(std::string & newPacket);
|
void writePacket(std::string & newPacket);
|
||||||
void writePacket(JSON::Value & newPacket);
|
void writePacket(JSON::Value & newPacket);
|
||||||
bool atKeyframe();
|
bool atKeyframe();
|
||||||
|
|
Loading…
Add table
Reference in a new issue