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

Add utest for kbps connections

This commit is contained in:
winlin 2018-12-23 21:19:17 +08:00
parent c26b475bae
commit aef838338c
3 changed files with 159 additions and 33 deletions

View file

@ -42,6 +42,9 @@ public:
int kbps;
public:
SrsKbpsSample();
virtual ~SrsKbpsSample();
public:
virtual SrsKbpsSample* update(int64_t b, int64_t t, int k);
};
/**