MP4 lib added default values

This commit is contained in:
Oswald Auguste de Bruin 2013-07-02 14:37:16 +02:00 committed by Erik Zandvliet
parent c8782b4d24
commit 7f47a746fb
2 changed files with 21 additions and 19 deletions

View file

@ -755,6 +755,7 @@ namespace MP4 {
void setDepth(uint16_t newDepth);
uint16_t getDepth();
Box & getCLAP();
void setCLAP(Box& clap);
Box & getPASP();
std::string toPrettyVisualString(uint32_t index = 0, std::string = "");
};