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:
parent
522cbf1df8
commit
283c4c7449
4 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue