Tag Parser  6.4.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
vorbispackagetypes.h
Go to the documentation of this file.
1 #ifndef VORBISPACKAGETYPES_H
2 #define VORBISPACKAGETYPES_H
3 
4 #include <c++utilities/conversion/types.h>
5 
6 namespace Media {
7 
11 namespace VorbisPackageTypes {
12 enum KnownType : byte {
14  Comments = 0x3,
15  Setup = 0x5
16 };
17 }
18 
19 }
20 
21 #endif // VORBISPACKAGETYPES_H
Contains all classes and functions of the TagInfo library.
Definition: exceptions.h:9