1
0
Fork 0
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:
winlin 2015-09-01 13:33:49 +08:00
parent 06c7ae62ee
commit 310b5a14cb
3 changed files with 33 additions and 1 deletions

View file

@ -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.
*/