1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine SrsPithyPrint.age or SrsIngesterFFMPEG.alive in time unit.

This commit is contained in:
winlin 2019-04-18 08:15:55 +08:00
parent 522cbf1df8
commit 283c4c7449
4 changed files with 10 additions and 10 deletions

View file

@ -111,9 +111,9 @@ public:
*/
virtual bool can_print();
/**
* get the elapsed time in ms.
* get the elapsed time in srs_utime_t.
*/
virtual int64_t age();
virtual srs_utime_t age();
};
#endif