mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine get_publish_normal_timeout in time unit
This commit is contained in:
parent
170872135d
commit
9b1222a79c
5 changed files with 17 additions and 14 deletions
|
@ -809,9 +809,9 @@ public:
|
|||
*/
|
||||
virtual srs_utime_t get_publish_1stpkt_timeout(std::string vhost);
|
||||
/**
|
||||
* the normal packet timeout in ms for encoder.
|
||||
* the normal packet timeout in srs_utime_t for encoder.
|
||||
*/
|
||||
virtual int get_publish_normal_timeout(std::string vhost);
|
||||
virtual srs_utime_t get_publish_normal_timeout(std::string vhost);
|
||||
private:
|
||||
/**
|
||||
* get the global chunk size.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue