mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refactor ISrsKbpsDelta
This commit is contained in:
parent
dcebf8a31f
commit
6234905532
13 changed files with 146 additions and 159 deletions
|
@ -1336,24 +1336,7 @@ SrsHttpApi::~SrsHttpApi()
|
|||
_srs_config->unsubscribe(this);
|
||||
}
|
||||
|
||||
void SrsHttpApi::resample()
|
||||
{
|
||||
// TODO: FIXME: implements it
|
||||
}
|
||||
|
||||
int64_t SrsHttpApi::get_send_bytes_delta()
|
||||
{
|
||||
// TODO: FIXME: implements it
|
||||
return 0;
|
||||
}
|
||||
|
||||
int64_t SrsHttpApi::get_recv_bytes_delta()
|
||||
{
|
||||
// TODO: FIXME: implements it
|
||||
return 0;
|
||||
}
|
||||
|
||||
void SrsHttpApi::cleanup()
|
||||
void SrsHttpApi::remark(int64_t* in, int64_t* out)
|
||||
{
|
||||
// TODO: FIXME: implements it
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue