mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rename from get_ingest to get_ingest_by_id of config
This commit is contained in:
parent
e432fe931f
commit
9ed3421586
3 changed files with 7 additions and 3 deletions
|
@ -194,7 +194,7 @@ public:
|
|||
// ingest section
|
||||
public:
|
||||
virtual void get_ingesters(std::string vhost, std::vector<SrsConfDirective*>& ingeters);
|
||||
virtual SrsConfDirective* get_ingest(std::string vhost, std::string ingest_id);
|
||||
virtual SrsConfDirective* get_ingest_by_id(std::string vhost, std::string ingest_id);
|
||||
virtual bool get_ingest_enabled(SrsConfDirective* ingest);
|
||||
virtual std::string get_ingest_ffmpeg(SrsConfDirective* ingest);
|
||||
virtual std::string get_ingest_input_type(SrsConfDirective* ingest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue