Tag Parser 12.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
vorbiscommentfield.h File Reference
#include "../generictagfield.h"
#include <c++utilities/misc/flagenumclass.h>
Include dependency graph for vorbiscommentfield.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TagParser::TagFieldTraits< VorbisCommentField >
 Defines traits for the TagField implementation of the VorbisCommentField class. More...
 
class  TagParser::VorbisCommentField
 The VorbisCommentField class is used by VorbisComment to store the fields. More...
 

Namespaces

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

Enumerations

enum class  TagParser::VorbisCommentFlags : std::uint8_t { TagParser::None = 0x0 , TagParser::NoSignature = 0x1 , TagParser::NoFramingByte = 0x2 , TagParser::NoCovers = 0x4 }
 The VorbisCommentFlags enum specifies flags which controls parsing and making of Vorbis comments. More...