7 #ifndef PACKAGER_MEDIA_FORMATS_MP4_SYNC_SAMPLE_ITERATOR_H_
8 #define PACKAGER_MEDIA_FORMATS_MP4_SYNC_SAMPLE_ITERATOR_H_
13 #include <packager/macros/classes.h>
14 #include <packager/media/formats/mp4/box_definitions.h>
39 uint32_t sample_number_;
40 const std::vector<uint32_t>& sync_sample_vector_;
41 std::vector<uint32_t>::const_iterator iterator_;
All the methods that are virtual are virtual for mocking.