Added canSeek* functionality to DTSC::Stream, minor optimization to MP4 lib.
This commit is contained in:
parent
00d06fe293
commit
f2b4e1d1a4
3 changed files with 39 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue