4 #include "../abstracttrack.h" 6 #include <c++utilities/misc/memory.h> 24 bool removeVorbisComment();
25 uint32 paddingSize()
const;
26 uint32 streamOffset()
const;
28 uint32 makeHeader(std::ostream &stream);
29 static void makePadding(std::ostream &stream, uint32 size,
bool isLast);
32 void internalParseHeader();
36 std::unique_ptr<VorbisComment> m_vorbisComment;
38 uint32 m_streamOffset;
54 return m_vorbisComment.get();
71 return m_streamOffset;
76 #endif // FLACSTREAM_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.