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:
parent
c1b64ba24f
commit
402e614471
5 changed files with 15 additions and 13 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue