1 #ifndef TAG_PARSER_FLACIDENTIFICATIONHEADER_H 2 #define TAG_PARSER_FLACIDENTIFICATIONHEADER_H 16 constexpr byte majorVersion()
const;
17 constexpr byte minorVersion()
const;
18 constexpr uint16 headerCount()
const;
43 return m_majorVersion;
51 return m_minorVersion;
72 #endif // TAG_PARSER_FLACIDENTIFICATIONHEADER_H
The OggIterator class helps iterating through all segments of an OGG bitstream.
Contains all classes and functions of the TagInfo library.
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.