Tag Parser
6.5.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 <string>
#include <vector>
#include <functional>
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... | |