Tag Parser
7.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The GenericContainer class helps parsing header, track, tag and chapter information of a file. More...
#include <genericcontainer.h>
The GenericContainer class helps parsing header, track, tag and chapter information of a file.
FileInfoType | Specifies the file info class (a class derived from Media::BasicFileInfo) which is used to specify the related file. |
TagType | Specifies the class which is used to deal with the tag information of the file. |
TrackType | Specifies the class which is used to deal with the track of the file. |
ElementType | Specifies the class which is used to deal with the elements the file consists of. |