mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refactor code, add stop for hybrid server to do cleanup.
This commit is contained in:
parent
db5788b205
commit
7c9b31815f
5 changed files with 38 additions and 0 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
public:
|
||||
virtual srs_error_t initialize();
|
||||
virtual srs_error_t run();
|
||||
virtual void stop();
|
||||
};
|
||||
|
||||
#endif//SRT_SERVER_H
|
Loading…
Add table
Add a link
Reference in a new issue