New Meta commit

This commit is contained in:
Phencys 2021-04-21 18:10:03 +02:00 committed by Thulinma
parent fccf66fba2
commit 2b99f2f5ea
183 changed files with 13333 additions and 14421 deletions

View file

@ -80,6 +80,7 @@ namespace MP4{
class fullBox : public Box{
public:
fullBox();
fullBox(const Box &rs) : Box(rs){}
void setVersion(char newVersion);
char getVersion() const;
void setFlags(uint32_t newFlags);