Tag Parser
8.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "../generictagfield.h"
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 | |
IoUtilities | |
Contains utility classes helping to read and write streams. | |
TagParser | |
Contains all classes and functions of the TagInfo library. | |
Enumerations | |
enum | TagParser::VorbisCommentFlags : byte { TagParser::VorbisCommentFlags::None = 0x0, TagParser::VorbisCommentFlags::NoSignature = 0x1, TagParser::VorbisCommentFlags::NoFramingByte = 0x2, TagParser::VorbisCommentFlags::NoCovers = 0x4 } |
The VorbisCommentFlags enum specifies flags which controls parsing and making of Vorbis comments. More... | |
Functions | |
constexpr bool | TagParser::operator & (VorbisCommentFlags lhs, VorbisCommentFlags rhs) |
constexpr VorbisCommentFlags | TagParser::operator| (VorbisCommentFlags lhs, VorbisCommentFlags rhs) |