mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
CI: Cover kernel mp4
This commit is contained in:
parent
a0ba17b397
commit
a8408de972
2 changed files with 183 additions and 9 deletions
|
@ -61,9 +61,11 @@ public:
|
|||
virtual void close();
|
||||
public:
|
||||
virtual bool is_open();
|
||||
virtual void seek2(int64_t offset);
|
||||
virtual int64_t tellg();
|
||||
public:
|
||||
virtual srs_error_t write(void* buf, size_t count, ssize_t* pnwrite);
|
||||
virtual srs_error_t lseek(off_t offset, int whence, off_t* seeked);
|
||||
// for mock
|
||||
public:
|
||||
void mock_reset_offset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue