Tag Parser 12.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
localehelper.h File Reference
#include "./global.h"
#include <cstdint>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for localehelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TagParser::LocaleDetail
 The LocaleDetail struct specifies a language and/or country. More...
 
struct  TagParser::Locale
 The Locale struct specifies a language and/or a country using one or more LocaleDetail objects. More...
 

Namespaces

namespace  TagParser
 Contains all classes and functions of the TagInfo library.
 

Enumerations

enum class  TagParser::LocaleFormat : std::uint64_t {
  TagParser::Unknown , TagParser::DomainCountry , TagParser::ISO_639_1 , TagParser::ISO_639_2_T ,
  TagParser::ISO_639_2_B , TagParser::BCP_47
}
 The LocaleFormat enum class specifies the format used by a LocaleDetail. More...