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 | Functions
tagtarget.h File Reference
#include "./global.h"
#include <cstdint>
#include <functional>
#include <string>
#include <vector>
Include dependency graph for tagtarget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TagParser::TagTarget
 The TagTarget class specifies the target of a tag. More...
 

Namespaces

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

Enumerations

enum class  TagParser::TagTargetLevel : unsigned char {
  TagParser::Unspecified , TagParser::Shot , TagParser::Subtrack , TagParser::Track ,
  TagParser::Part , TagParser::Album , TagParser::Edition , TagParser::Collection
}
 The TagTargetLevel enum specifies tag target levels. More...
 

Functions

TAG_PARSER_EXPORT std::string_view TagParser::tagTargetLevelName (TagTargetLevel tagTargetLevel)
 Returns a string representation for the specified tagTargetLevel.