Tag Parser  7.0.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Classes | Namespaces | Enumerations | Functions
tagtarget.h File Reference
#include "./global.h"
#include <c++utilities/conversion/types.h>
#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
 

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...