MP4 speed optimize
This commit is contained in:
parent
7f7b35acce
commit
29669f24c4
5 changed files with 22 additions and 24 deletions
|
@ -21,7 +21,7 @@ namespace MP4 {
|
|||
TRAF();
|
||||
uint32_t getContentCount();
|
||||
void setContent(Box & newContent, uint32_t no);
|
||||
Box & getContent(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