1
0
Fork 0
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:
winlin 2019-04-19 08:39:38 +08:00
parent 5560b529a7
commit cfab73b552
5 changed files with 39 additions and 39 deletions

View file

@ -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