Tag Parser 12.3.1
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 () override |
Creates some test meta data. | |
void | tearDown () override |
void | testMkvParsing () |
Tests the Matroska parser via MediaFileInfo. | |
void | testMp4Parsing () |
Tests the MP4 parser via MediaFileInfo. | |
void | testMp3Parsing () |
Tests the MP3 parser via MediaFileInfo. | |
void | testOggParsing () |
Tests the Ogg parser via MediaFileInfo. | |
void | testFlacParsing () |
Tests the FLAC parser via MediaFileInfo. | |
void | testMkvMakingWithDifferentSettings () |
Tests the Matroska maker via MediaFileInfo. | |
void | testMkvMakingNestedTags () |
Tests making a Matroska file with nested tags via MediaFileInfo. | |
void | testMp4Making () |
Tests the MP4 maker via MediaFileInfo. | |
void | testMp4MakingWith64BitOffsets () |
Tests the MP4 maker via MediaFileInfo with a big padding to require 64-bit chunk offsets. | |
void | testMp3Making () |
Tests the MP3 maker via MediaFileInfo. | |
void | testOggMaking () |
Tests the Ogg maker via MediaFileInfo. | |
void | testFlacMaking () |
Tests the FLAC maker via MediaFileInfo. | |
void | testVorbisCommentFieldHandling () |
Tests the Vorbis Comment specifc handling of certain fields done in VorbisComment::convertTotalFields(). | |
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.
|
override |
Creates some test meta data.
Definition at line 13 of file overallgeneral.cpp.
|
override |
Definition at line 25 of file overallgeneral.cpp.
void OverallTests::testFlacMaking | ( | ) |
Tests the FLAC maker via MediaFileInfo.
Definition at line 114 of file overallflac.cpp.
void OverallTests::testFlacParsing | ( | ) |
Tests the FLAC parser via MediaFileInfo.
Definition at line 101 of file overallflac.cpp.
void OverallTests::testMkvMakingNestedTags | ( | ) |
Tests making a Matroska file with nested tags via MediaFileInfo.
Definition at line 788 of file overallmkv.cpp.
void OverallTests::testMkvMakingWithDifferentSettings | ( | ) |
Tests the Matroska maker via MediaFileInfo.
This method tests various combinations of the possible settings.
Definition at line 705 of file overallmkv.cpp.
void OverallTests::testMkvParsing | ( | ) |
Tests the Matroska parser via MediaFileInfo.
Definition at line 681 of file overallmkv.cpp.
void OverallTests::testMp3Making | ( | ) |
Tests the MP3 maker via MediaFileInfo.
Definition at line 378 of file overallmp3.cpp.
void OverallTests::testMp3Parsing | ( | ) |
Tests the MP3 parser via MediaFileInfo.
Definition at line 365 of file overallmp3.cpp.
void OverallTests::testMp4Making | ( | ) |
Tests the MP4 maker via MediaFileInfo.
Definition at line 547 of file overallmp4.cpp.
void OverallTests::testMp4MakingWith64BitOffsets | ( | ) |
Tests the MP4 maker via MediaFileInfo with a big padding to require 64-bit chunk offsets.
Definition at line 617 of file overallmp4.cpp.
void OverallTests::testMp4Parsing | ( | ) |
Tests the MP4 parser via MediaFileInfo.
Definition at line 530 of file overallmp4.cpp.
void OverallTests::testOggMaking | ( | ) |
Tests the Ogg maker via MediaFileInfo.
Definition at line 227 of file overallogg.cpp.
void OverallTests::testOggParsing | ( | ) |
Tests the Ogg parser via MediaFileInfo.
Definition at line 211 of file overallogg.cpp.
void OverallTests::testVorbisCommentFieldHandling | ( | ) |
Tests the Vorbis Comment specifc handling of certain fields done in VorbisComment::convertTotalFields().
Definition at line 261 of file overallogg.cpp.