Tag Parser 12.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
vorbispackagetypes.h
Go to the documentation of this file.
1#ifndef TAG_PARSER_VORBISPACKAGETYPES_H
2#define TAG_PARSER_VORBISPACKAGETYPES_H
3
4#include <cstdint>
5
6namespace TagParser {
7
11namespace VorbisPackageTypes {
12enum KnownType : std::uint8_t { Identification = 0x1, Comments = 0x3, Setup = 0x5 };
13}
14
15} // namespace TagParser
16
17#endif // TAG_PARSER_VORBISPACKAGETYPES_H
Contains all classes and functions of the TagInfo library.
Definition aaccodebook.h:10