Tag Parser 12.5.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
tagtype.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  TagParser
 Contains all classes and functions of the TagInfo library.
 

Enumerations

enum class  TagParser::TagType : unsigned int {
  TagParser::Unspecified = 0x00 , TagParser::Id3v1Tag = 0x01 , TagParser::Id3v2Tag = 0x02 , TagParser::Mp4Tag = 0x04 ,
  TagParser::MatroskaTag = 0x08 , TagParser::VorbisComment = 0x10 , TagParser::OggVorbisComment = 0x20
}
 Specifies the tag type. More...