mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine comments
This commit is contained in:
parent
5cc0f70f62
commit
a6ade57ce5
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public:
|
||||||
bool require(int required_size);
|
bool require(int required_size);
|
||||||
public:
|
public:
|
||||||
// Skip some size.
|
// Skip some size.
|
||||||
// @param size can be any value. positive to forward; nagetive to backward.
|
// @param size can be any value. positive to forward; negative to backward.
|
||||||
// @remark to skip(pos()) to reset buffer.
|
// @remark to skip(pos()) to reset buffer.
|
||||||
// @remark assert initialized, the data() not NULL.
|
// @remark assert initialized, the data() not NULL.
|
||||||
void skip(int size);
|
void skip(int size);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue