mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine kernel buffer API.
This commit is contained in:
parent
efbc51f6be
commit
d045ce5d74
4 changed files with 0 additions and 13 deletions
|
@ -102,7 +102,6 @@ private:
|
|||
// the total number of bytes.
|
||||
int nb_bytes;
|
||||
public:
|
||||
SrsBuffer();
|
||||
// Initialize buffer with data b and size nb_b.
|
||||
// @remark User must free the data b.
|
||||
SrsBuffer(char* b, int nb_b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue