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

add packets interval in ms to set the right send_min_interval

This commit is contained in:
winlin 2015-08-19 15:14:26 +08:00
parent de48b477ae
commit e7714cd445
9 changed files with 48 additions and 22 deletions

View file

@ -529,7 +529,7 @@ public:
/**
* the minimal send interval in ms.
*/
virtual int get_send_min_interval(std::string vhost);
virtual double get_send_min_interval(std::string vhost);
/**
* whether reduce the sequence header.
*/