Tag Parser  6.2.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Namespaces | Functions
id3v2frame.cpp File Reference
#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>
Include dependency graph for id3v2frame.cpp:

Go to the source code of this file.

Namespaces

 Media
 Contains all classes and functions of the TagInfo library.
 

Functions

template<class stringtype >
int Media::parseGenreIndex (const stringtype &denotation, bool isBigEndian=false)
 Helper function to parse the genre index. More...