This commit is contained in:
Erik Zandvliet 2012-09-26 14:37:41 +02:00 committed by Thulinma
parent 7f9d29c62f
commit 98fdf3fa8d
2 changed files with 22 additions and 8 deletions

View file

@ -21,6 +21,7 @@ namespace MP4{
long long int boxedSize();
long long int payloadSize();
char * asBox();
char * payload();
void clear();
std::string toPrettyString( int indent = 0 );
protected: