7 #ifndef PACKAGER_MEDIA_FORMATS_MP2T_AC3_HEADER_H_ 8 #define PACKAGER_MEDIA_FORMATS_MP2T_AC3_HEADER_H_ 14 #include "packager/media/formats/mp2t/audio_header.h" 29 bool IsSyncWord(
const uint8_t* buf)
const override;
32 bool Parse(
const uint8_t* adts_frame,
size_t adts_frame_size)
override;
46 uint8_t frmsizecod_ = 0;
57 #endif // PACKAGER_MEDIA_FORMATS_MP2T_AC3_HEADER_H_
All the methods that are virtual are virtual for mocking.