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