MP4 support for ISMV finished.

This commit is contained in:
Oswald de Bruin 2013-05-02 10:56:45 +02:00 committed by Erik Zandvliet
parent 0e0b162bf7
commit c7d1a0c9ad
2 changed files with 83 additions and 29 deletions

View file

@ -724,7 +724,7 @@ namespace MP4 {
void setVSpacing(uint32_t newVal);
uint32_t getVSpacing();
std::string toPrettyString(uint32_t indent = 0);
}
};
class VisualSampleEntry: public SampleEntry{
///\todo set default values
@ -744,6 +744,8 @@ namespace MP4 {
std::string getCompressorName();
void setDepth(uint16_t newDepth);
uint16_t getDepth();
Box & getCLAP();
Box & getPASP();
std::string toPrettyVisualString(uint32_t index = 0, std::string = "");
};