ASRT box finished
This commit is contained in:
parent
0ea566e462
commit
3ae7eb7c82
4 changed files with 89 additions and 0 deletions
|
@ -24,6 +24,7 @@ class Box {
|
|||
|
||||
static uint8_t * uint32_to_uint8( uint32_t data );
|
||||
static uint8_t * uint16_to_uint8( uint16_t data );
|
||||
static uint8_t * uint8_to_uint8( uint8_t data );
|
||||
BoxHeader GetHeader( );
|
||||
void ResetPayload( );
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue