1 #ifndef TAG_PARSER_VORBISIDENTIFICATIONHEADER_H 2 #define TAG_PARSER_VORBISIDENTIFICATIONHEADER_H 6 #include <c++utilities/conversion/types.h> 18 constexpr uint32
version()
const;
19 constexpr byte channels()
const;
20 constexpr uint32 sampleRate()
const;
21 constexpr uint32 maxBitrate()
const;
22 constexpr uint32 nominalBitrate()
const;
23 constexpr uint32 minBitrate()
const;
24 constexpr byte blockSize()
const;
25 constexpr byte framingFlag()
const;
32 uint32 m_nominalBitrate;
75 return m_nominalBitrate;
95 #endif // TAG_PARSER_VORBISIDENTIFICATIONHEADER_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.