Tag Parser
6.2.2
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The OverallTests class tests reading and writing tags and parsing technical information for all supported container/tag formats. More...
#include <overall.h>
Public Member Functions | |
void | setUp () |
Creates some test meta data. More... | |
void | tearDown () |
void | testMkvParsing () |
Tests the Matroska parser via MediaFileInfo. More... | |
void | testMp4Parsing () |
Tests the MP4 parser via MediaFileInfo. More... | |
void | testMp3Parsing () |
Tests the MP3 parser via MediaFileInfo. More... | |
void | testOggParsing () |
Tests the Ogg parser via MediaFileInfo. More... | |
void | testFlacParsing () |
Tests the FLAC parser via MediaFileInfo. More... | |
The OverallTests class tests reading and writing tags and parsing technical information for all supported container/tag formats.
void OverallTests::setUp | ( | ) |
Creates some test meta data.
Definition at line 8 of file overallgeneral.cpp.
void OverallTests::tearDown | ( | ) |
Definition at line 19 of file overallgeneral.cpp.
void OverallTests::testFlacParsing | ( | ) |
Tests the FLAC parser via MediaFileInfo.
Definition at line 81 of file overallflac.cpp.
void OverallTests::testMkvParsing | ( | ) |
Tests the Matroska parser via MediaFileInfo.
Definition at line 591 of file overallmkv.cpp.
void OverallTests::testMp3Parsing | ( | ) |
Tests the MP3 parser via MediaFileInfo.
Definition at line 210 of file overallmp3.cpp.
void OverallTests::testMp4Parsing | ( | ) |
Tests the MP4 parser via MediaFileInfo.
Definition at line 309 of file overallmp4.cpp.
void OverallTests::testOggParsing | ( | ) |
Tests the Ogg parser via MediaFileInfo.
Definition at line 125 of file overallogg.cpp.