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

for #738, write mp4 samples.

This commit is contained in:
winlin 2017-02-05 09:15:46 +08:00
parent e24674e9cf
commit 733ba73d54
8 changed files with 87 additions and 19 deletions

View file

@ -94,7 +94,7 @@ public:
public:
/**
* Set the timeout tm in ms for recv bytes from peer.
* @remark Use SRS_CONSTS_NO_TIMEOUT to never timeout.
* @remark Use SRS_CONSTS_NO_TMMS to never timeout.
*/
virtual void set_recv_timeout(int64_t tm) = 0;
/**
@ -122,7 +122,7 @@ public:
public:
/**
* Set the timeout tm in ms for send bytes to peer.
* @remark Use SRS_CONSTS_NO_TIMEOUT to never timeout.
* @remark Use SRS_CONSTS_NO_TMMS to never timeout.
*/
virtual void set_send_timeout(int64_t tm) = 0;
/**