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

@ -52,8 +52,8 @@ public:
virtual srs_error_t initialize(SrsFFMPEG* ff, std::string v, std::string i);
// the ingest uri, [vhost]/[ingest id]
virtual std::string uri();
// the alive in ms.
virtual int alive();
// the alive in srs_utime_t.
virtual srs_utime_t alive();
virtual bool equals(std::string v, std::string i);
virtual bool equals(std::string v);
public: