Tag Parser
6.5.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./id3v2frame.h"
#include "./id3genres.h"
#include "./id3v2frameids.h"
#include "../exceptions.h"
#include <c++utilities/conversion/stringconversion.h>
#include <c++utilities/conversion/stringbuilder.h>
#include <zlib.h>
#include <algorithm>
#include <cstring>
#include <memory>
Go to the source code of this file.
Namespaces | |
Media | |
Contains all classes and functions of the TagInfo library. | |
Media::Id3v2TextEncodingBytes | |
Functions | |
template<class stringtype > | |
int | Media::parseGenreIndex (const stringtype &denotation) |
Helper function to parse the genre index. More... | |