7 #ifndef PACKAGER_MEDIA_FORMATS_MP4_BOX_H_
8 #define PACKAGER_MEDIA_FORMATS_MP4_BOX_H_
12 #include "packager/media/base/fourccs.h"
51 virtual FourCC
BoxType()
const = 0;
67 virtual bool ReadWriteInternal(
BoxBuffer* buffer) = 0;
70 virtual size_t ComputeSizeInternal() = 0;
104 #endif // PACKAGER_MEDIA_FORMATS_MP4_BOX_H_
All the methods that are virtual are virtual for mocking.