Tag Parser
7.0.1
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 |
Namespaces | |
TagParser | |
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... | |