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

Refine get_send_min_interval in time unit

This commit is contained in:
winlin 2019-04-16 07:59:27 +08:00
parent c1b64ba24f
commit 402e614471
5 changed files with 15 additions and 13 deletions

View file

@ -796,9 +796,9 @@ public:
*/
virtual bool get_tcp_nodelay(std::string vhost);
/**
* the minimal send interval in ms.
* the minimal send interval in srs_utime_t.
*/
virtual double get_send_min_interval(std::string vhost);
virtual srs_utime_t get_send_min_interval(std::string vhost);
/**
* whether reduce the sequence header.
*/