|
Tag Parser
8.3.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./global.h"#include <c++utilities/conversion/types.h>#include <functional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | TagParser::TagTarget |
| The TagTarget class specifies the target of a tag. More... | |
Namespaces | |
| TagParser | |
| Contains all classes and functions of the TagInfo library. | |
Enumerations | |
| enum | TagParser::TagTargetLevel : unsigned char { TagParser::TagTargetLevel::Unspecified, TagParser::TagTargetLevel::Shot, TagParser::TagTargetLevel::Subtrack, TagParser::TagTargetLevel::Track, TagParser::TagTargetLevel::Part, TagParser::TagTargetLevel::Album, TagParser::TagTargetLevel::Edition, TagParser::TagTargetLevel::Collection } |
| The TagTargetLevel enum specifies tag target levels. More... | |
Functions | |
| TAG_PARSER_EXPORT const char * | TagParser::tagTargetLevelName (TagTargetLevel tagTargetLevel) |
| Returns a string representation for the specified tagTargetLevel. More... | |
1.8.15