mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: use srs code style in function defination
This commit is contained in:
parent
59d9cdbe61
commit
a5ac7cfe37
2 changed files with 34 additions and 18 deletions
|
@ -662,8 +662,9 @@ public:
|
|||
virtual std::string get_default_app_name();
|
||||
// Get the mix_correct
|
||||
virtual bool get_srt_mix_correct();
|
||||
public:
|
||||
private:
|
||||
SrsConfDirective* get_srt(std::string vhost);
|
||||
public:
|
||||
bool get_srt_enabled(std::string vhost);
|
||||
bool get_srt_to_rtmp(std::string vhost);
|
||||
bool get_srt_from_rtmp(std::string vhost);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue