mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refactor: Use compositor for ISrsKbpsDelta. v5.0.51
This commit is contained in:
parent
29ae29c693
commit
1630918b0f
24 changed files with 225 additions and 213 deletions
|
@ -135,14 +135,6 @@ public:
|
|||
virtual void expire() = 0;
|
||||
};
|
||||
|
||||
// Interface for connection that is startable.
|
||||
class ISrsStartableConneciton : public ISrsConnection, public ISrsStartable, public ISrsKbpsDelta
|
||||
{
|
||||
public:
|
||||
ISrsStartableConneciton();
|
||||
virtual ~ISrsStartableConneciton();
|
||||
};
|
||||
|
||||
// The basic connection of SRS, for TCP based protocols,
|
||||
// all connections accept from listener must extends from this base class,
|
||||
// server will add the connection to manager, and delete it when remove.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue