mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Rename SrsSource* to SrsLiveSource*. 4.0.112
This commit is contained in:
parent
9b6a1b16e1
commit
2dd58665fa
29 changed files with 176 additions and 176 deletions
|
@ -38,7 +38,7 @@
|
|||
#include <srs_app_source.hpp>
|
||||
|
||||
class SrsServer;
|
||||
class SrsSource;
|
||||
class SrsLiveSource;
|
||||
class SrsRequest;
|
||||
class SrsConsumer;
|
||||
class SrsStSocket;
|
||||
|
@ -208,8 +208,8 @@ public:
|
|||
public:
|
||||
virtual srs_error_t serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r);
|
||||
public:
|
||||
virtual srs_error_t http_mount(SrsSource* s, SrsRequest* r);
|
||||
virtual void http_unmount(SrsSource* s, SrsRequest* r);
|
||||
virtual srs_error_t http_mount(SrsLiveSource* s, SrsRequest* r);
|
||||
virtual void http_unmount(SrsLiveSource* s, SrsRequest* r);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue