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

Refine get_heartbeat_interval in time unit

This commit is contained in:
winlin 2019-04-09 08:47:18 +08:00
parent 5937304717
commit 60f9561d2d
4 changed files with 15 additions and 6 deletions

View file

@ -1423,9 +1423,9 @@ public:
*/
virtual bool get_heartbeat_enabled();
/**
* get the heartbeat interval, in ms.
* get the heartbeat interval, in srs_utime_t.
*/
virtual int64_t get_heartbeat_interval();
virtual srs_utime_t get_heartbeat_interval();
/**
* get the heartbeat report url.
*/