mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine kbps, stub wall clock
This commit is contained in:
parent
4c40370986
commit
c26b475bae
15 changed files with 70 additions and 27 deletions
|
@ -35,6 +35,7 @@ class SrsCommonMessage;
|
|||
class SrsSharedPtrMessage;
|
||||
class SrsPacket;
|
||||
class SrsKbps;
|
||||
class SrsWallClock;
|
||||
|
||||
/**
|
||||
* The simple RTMP client, provides friendly APIs.
|
||||
|
@ -57,6 +58,7 @@ private:
|
|||
SrsTcpClient* transport;
|
||||
SrsRtmpClient* client;
|
||||
SrsKbps* kbps;
|
||||
SrsWallClock* clk;
|
||||
int stream_id;
|
||||
public:
|
||||
// Constructor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue