Removed code duplication in MP4::TRAF (reimplemented MP4::containerBox)
This commit is contained in:
parent
dc9d8c8097
commit
d45e78387d
2 changed files with 1 additions and 55 deletions
|
@ -21,13 +21,9 @@ namespace MP4{
|
|||
};
|
||||
// MOOF Box
|
||||
|
||||
class TRAF : public Box{
|
||||
class TRAF : public containerBox{
|
||||
public:
|
||||
TRAF();
|
||||
uint32_t getContentCount();
|
||||
void setContent(Box &newContent, uint32_t no);
|
||||
Box &getContent(uint32_t no, bool unsafe = false);
|
||||
std::string toPrettyString(uint32_t indent = 0);
|
||||
};
|
||||
// TRAF Box
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue