Tag Parser
7.1.0
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 | |
OverallTests () | |
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.
OverallTests::OverallTests | ( | ) |
Definition at line 5 of file overallgeneral.cpp.
void OverallTests::setUp | ( | ) |
Creates some test meta data.
Definition at line 13 of file overallgeneral.cpp.
void OverallTests::tearDown | ( | ) |
Definition at line 24 of file overallgeneral.cpp.
void OverallTests::testFlacParsing | ( | ) |
Tests the FLAC parser via MediaFileInfo.
Definition at line 99 of file overallflac.cpp.
void OverallTests::testMkvParsing | ( | ) |
Tests the Matroska parser via MediaFileInfo.
Definition at line 662 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 445 of file overallmp4.cpp.
void OverallTests::testOggParsing | ( | ) |
Tests the Ogg parser via MediaFileInfo.
Definition at line 131 of file overallogg.cpp.