|
|
@ -189,6 +189,10 @@ private:
|
|
|
|
* 3. if ret flag indicates there are child-directives, read_conf(directive, block) recursively.
|
|
|
|
* 3. if ret flag indicates there are child-directives, read_conf(directive, block) recursively.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
virtual int parse_conf(_srs_internal::SrsConfigBuffer* buffer, SrsDirectiveType type);
|
|
|
|
virtual int parse_conf(_srs_internal::SrsConfigBuffer* buffer, SrsDirectiveType type);
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* deep copy the directive.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
virtual SrsConfDirective* copy();
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* read a token from buffer.
|
|
|
|
* read a token from buffer.
|
|
|
|
* a token, is the directive args and a flag indicates whether has child-directives.
|
|
|
|
* a token, is the directive args and a flag indicates whether has child-directives.
|
|
|
|