mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #738, implements boxes codec
This commit is contained in:
parent
b6bb3f2446
commit
2ad265bd5a
6 changed files with 1864 additions and 61 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
/**
|
||||
* get the number of bytes to code to.
|
||||
*/
|
||||
// TODO: FIXME: change to uint64_t.
|
||||
virtual int nb_bytes() = 0;
|
||||
/**
|
||||
* encode object to bytes in SrsBuffer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue