Tag Parser  6.2.1
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 <string>
#include <vector>
#include <functional>
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  Media::TagTarget
 The TagTarget class specifies the target of a tag. More...
 

Namespaces

 Media
 Contains all classes and functions of the TagInfo library.
 

Enumerations

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

Functions

TAG_PARSER_EXPORT const char * Media::tagTargetLevelName (TagTargetLevel tagTargetLevel)
 Returns a string representation for the specified tagTargetLevel. More...