mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #319, support minimal query api
This commit is contained in:
parent
06c7ae62ee
commit
310b5a14cb
3 changed files with 33 additions and 1 deletions
|
@ -321,6 +321,10 @@ public:
|
|||
* dumps the global sections to json.
|
||||
*/
|
||||
virtual int global_to_json(SrsAmf0Object* obj);
|
||||
/**
|
||||
* dumps the minimal sections to json.
|
||||
*/
|
||||
virtual int minimal_to_json(SrsAmf0Object* obj);
|
||||
/**
|
||||
* dumps the vhost section to json.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue