Tag Parser
9.0.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./global.h"
#include <c++utilities/conversion/stringbuilder.h>
#include <cstdint>
#include <string>
Go to the source code of this file.
Namespaces | |
TagParser | |
Contains all classes and functions of the TagInfo library. | |
Functions | |
bool | TagParser::isLanguageDefined (const std::string &languageSpecification) |
Returns whether languageSpecification is not empty or undefined. More... | |
const TAG_PARSER_EXPORT std::string & | TagParser::languageNameFromIso (const std::string &isoCode) |
Returns the language name for the specified ISO-639-2 code (bibliographic, 639-2/B). More... | |
const TAG_PARSER_EXPORT std::string & | TagParser::languageNameFromIsoWithFallback (const std::string &isoCode) |
Returns the language name for the specified ISO-639-2 code (bibliographic, 639-2/B). More... | |