Added canSeek* functionality to DTSC::Stream, minor optimization to MP4 lib.

This commit is contained in:
Thulinma 2013-03-18 17:36:45 +01:00
parent 00d06fe293
commit f2b4e1d1a4
3 changed files with 39 additions and 1 deletions

View file

@ -127,6 +127,8 @@ namespace DTSC {
unsigned int getTime();
void dropRing(Ring * ptr);
void updateHeaders();
int canSeekms(unsigned int ms);
int canSeekFrame(unsigned int frameno);
unsigned int msSeek(unsigned int ms);
unsigned int frameSeek(unsigned int frameno);
void setBufferTime(unsigned int ms);