TagLib API Documentation
id3v2.h
Go to the documentation of this file.
1#ifndef TAGLIB_ID3V2_H
2#define TAGLIB_ID3V2_H
3
4namespace TagLib {
6
23 namespace ID3v2 {
27 enum Version {
28 v3 = 3,
29 v4 = 4
30 };
31 } // namespace ID3v2
32} // namespace TagLib
33
34#endif
Version
Definition: id3v2.h:27
@ v4
ID3v2.4.
Definition: id3v2.h:29
@ v3
ID3v2.3.
Definition: id3v2.h:28
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41