7 #ifndef PACKAGER_MEDIA_BASE_ID3_TAG_H_
8 #define PACKAGER_MEDIA_BASE_ID3_TAG_H_
24 virtual ~
Id3Tag() =
default;
32 const std::string& data);
55 bool WritePrivateFrame(
const PrivateFrame& private_frame,
58 std::vector<PrivateFrame> private_frames_;
All the methods that are virtual are virtual for mocking.