4 lines
82 B
C
4 lines
82 B
C
struct BoxHeader {
|
|
uint32_t TotalSize;
|
|
uint32_t BoxType;
|
|
};//BoxHeader struct
|