Tag Parser
6.3.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Go to the source code of this file.
Classes | |
class | Media::TagFieldTraits< VorbisCommentField > |
Defines traits for the TagField implementation of the VorbisCommentField class. More... | |
class | Media::VorbisCommentField |
The VorbisCommentField class is used by VorbisComment to store the fields. More... | |
Namespaces | |
IoUtilities | |
Contains utility classes helping to read and write streams. | |
Media | |
Contains all classes and functions of the TagInfo library. | |
Enumerations | |
enum | Media::VorbisCommentFlags : byte { Media::VorbisCommentFlags::None = 0x0, Media::VorbisCommentFlags::NoSignature = 0x1, Media::VorbisCommentFlags::NoFramingByte = 0x2, Media::VorbisCommentFlags::NoCovers = 0x4 } |
The VorbisCommentFlags enum specifies flags which controls parsing and making of Vorbis comments. More... | |
Functions | |
bool | Media::operator& (VorbisCommentFlags lhs, VorbisCommentFlags rhs) |
VorbisCommentFlags | Media::operator| (VorbisCommentFlags lhs, VorbisCommentFlags rhs) |