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
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue