|
Tag Parser 12.5.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
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... | |