mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #711, support prefile for transcode. 3.0.12
This commit is contained in:
parent
35cd4c407c
commit
4709d0214c
8 changed files with 84 additions and 28 deletions
|
@ -976,6 +976,10 @@ public:
|
|||
* whether the engine is enabled.
|
||||
*/
|
||||
virtual bool get_engine_enabled(SrsConfDirective* conf);
|
||||
/**
|
||||
* get the perfile of engine
|
||||
*/
|
||||
virtual std::vector<std::string> get_engine_perfile(SrsConfDirective* conf);
|
||||
/**
|
||||
* get the iformat of engine
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue