mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine SrsWallClock and SrsKbps in time unit.
This commit is contained in:
parent
5560b529a7
commit
cfab73b552
5 changed files with 39 additions and 39 deletions
|
@ -136,9 +136,9 @@ public:
|
|||
MockWallClock();
|
||||
virtual ~MockWallClock();
|
||||
public:
|
||||
virtual int64_t time_ms();
|
||||
virtual srs_utime_t now();
|
||||
public:
|
||||
virtual MockWallClock* set_clock(int64_t ms);
|
||||
virtual MockWallClock* set_clock(srs_utime_t v);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue