|
Tag Parser 12.5.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./helper.h"#include "./overall.h"#include "../abstracttrack.h"#include "../id3/id3v1tag.h"#include "../id3/id3v2tag.h"#include "../mpegaudio/mpegaudioframe.h"#include <regex>Go to the source code of this file.
Namespaces | |
| namespace | Mp3TestFlags |
Enumerations | |
| enum | Mp3TestFlags::TestFlag { Mp3TestFlags::ForceRewring = 0x1 , Mp3TestFlags::Id3v2AndId3v1 = 0x2 , Mp3TestFlags::PaddingConstraints = 0x4 , Mp3TestFlags::Id3v1Only = 0x8 , Mp3TestFlags::RemoveTag = Id3v2AndId3v1 & Id3v1Only , Mp3TestFlags::UseId3v24 = 0x10 } |