moof box added
This commit is contained in:
parent
d5db1debf5
commit
b2b8491655
2 changed files with 26 additions and 0 deletions
|
@ -125,4 +125,13 @@ namespace MP4{
|
|||
MFHD();
|
||||
void setSequenceNumber( long newSequenceNumber );
|
||||
};//MFHD Box
|
||||
|
||||
class MOOF : public Box {
|
||||
public:
|
||||
MOOF();
|
||||
void addContent( Box* newContent );
|
||||
void regenerate( );
|
||||
private:
|
||||
std::deque<Box*> content;
|
||||
};//MOOF Box
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue