Tag Parser
6.4.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
vorbis
vorbiscommentids.h
Go to the documentation of this file.
1
#ifndef MEDIA_VORBISCOMMENTIDS_H
2
#define MEDIA_VORBISCOMMENTIDS_H
3
4
#include "../global.h"
5
6
namespace
Media
{
7
11
namespace
VorbisCommentIds {
12
13
inline
TAG_PARSER_EXPORT
const
char
*
trackNumber
() {
14
return
"TRACKNUMBER"
;
15
}
16
inline
TAG_PARSER_EXPORT
const
char
*
diskNumber
() {
17
return
"DISCNUMBER"
;
18
}
19
inline
TAG_PARSER_EXPORT
const
char
*
part
() {
20
return
"PART"
;
21
}
22
inline
TAG_PARSER_EXPORT
const
char
*
partNumber
() {
23
return
"PARTNUMBER"
;
24
}
25
inline
TAG_PARSER_EXPORT
const
char
*
title
() {
26
return
"TITLE"
;
27
}
28
inline
TAG_PARSER_EXPORT
const
char
*
version
() {
29
return
"VERSION"
;
30
}
31
inline
TAG_PARSER_EXPORT
const
char
*
artist
() {
32
return
"ARTIST"
;
33
}
34
inline
TAG_PARSER_EXPORT
const
char
*
album
() {
35
return
"ALBUM"
;
36
}
37
inline
TAG_PARSER_EXPORT
const
char
*
label
() {
38
return
"LABEL"
;
39
}
40
inline
TAG_PARSER_EXPORT
const
char
*
labelNo
() {
41
return
"LABELNO"
;
42
}
43
inline
TAG_PARSER_EXPORT
const
char
*
language
() {
44
return
"LANGUAGE"
;
45
}
46
inline
TAG_PARSER_EXPORT
const
char
*
performer
() {
47
return
"PERFORMER"
;
48
}
49
inline
TAG_PARSER_EXPORT
const
char
*
composer
() {
50
return
"COMPOSER"
;
51
}
52
inline
TAG_PARSER_EXPORT
const
char
*
ensemble
() {
53
return
"ENSEMBLE"
;
54
}
55
inline
TAG_PARSER_EXPORT
const
char
*
arranger
() {
56
return
"ARRANGER"
;
57
}
58
inline
TAG_PARSER_EXPORT
const
char
*
lyricist
() {
59
return
"LYRICIST"
;
60
}
61
inline
TAG_PARSER_EXPORT
const
char
*
author
() {
62
return
"AUTHOR"
;
63
}
64
inline
TAG_PARSER_EXPORT
const
char
*
conductor
() {
65
return
"CONDUCTOR"
;
66
}
67
inline
TAG_PARSER_EXPORT
const
char
*
encoder
() {
68
return
"ENCODER"
;
69
}
70
inline
TAG_PARSER_EXPORT
const
char
*
publisher
() {
71
return
"PUBLISHER"
;
72
}
73
inline
TAG_PARSER_EXPORT
const
char
*
genre
() {
74
return
"GENRE"
;
75
}
76
inline
TAG_PARSER_EXPORT
const
char
*
originalMediaType
() {
77
return
"ORIGINAL_MEDIA_TYPE"
;
78
}
79
inline
TAG_PARSER_EXPORT
const
char
*
contentType
() {
80
return
"CONTENT_TYPE"
;
81
}
82
inline
TAG_PARSER_EXPORT
const
char
*
subject
() {
83
return
"SUBJECT"
;
84
}
85
inline
TAG_PARSER_EXPORT
const
char
*
description
() {
86
return
"DESCRIPTION"
;
87
}
88
inline
TAG_PARSER_EXPORT
const
char
*
isrc
() {
89
return
"ISRC"
;
90
}
91
inline
TAG_PARSER_EXPORT
const
char
*
eanupn
() {
92
return
"EAN/UPN"
;
93
}
94
inline
TAG_PARSER_EXPORT
const
char
*
comment
() {
95
return
"COMMENT"
;
96
}
97
inline
TAG_PARSER_EXPORT
const
char
*
encoderSettings
() {
98
return
"ENCODING"
;
99
}
100
inline
TAG_PARSER_EXPORT
const
char
*
date
() {
101
return
"DATE"
;
102
}
103
inline
TAG_PARSER_EXPORT
const
char
*
location
() {
104
return
"LOCATION"
;
105
}
106
inline
TAG_PARSER_EXPORT
const
char
*
license
() {
107
return
"LICENSE"
;
108
}
109
inline
TAG_PARSER_EXPORT
const
char
*
copyright
() {
110
return
"COPYRIGHT"
;
111
}
112
inline
TAG_PARSER_EXPORT
const
char
*
opus
() {
113
return
"OPUS"
;
114
}
115
inline
TAG_PARSER_EXPORT
const
char
*
sourceMedia
() {
116
return
"SOURCEMEDIA"
;
117
}
118
inline
TAG_PARSER_EXPORT
const
char
*
cover
() {
119
return
"METADATA_BLOCK_PICTURE"
;
120
}
121
122
}
123
124
}
125
126
#endif // MEDIA_VORBISCOMMENTIDS_H
Media::VorbisCommentIds::trackNumber
TAG_PARSER_EXPORT const char * trackNumber()
Definition:
vorbiscommentids.h:13
Media::VorbisCommentIds::language
TAG_PARSER_EXPORT const char * language()
Definition:
vorbiscommentids.h:43
Media::VorbisCommentIds::cover
TAG_PARSER_EXPORT const char * cover()
Definition:
vorbiscommentids.h:118
Media::VorbisCommentIds::arranger
TAG_PARSER_EXPORT const char * arranger()
Definition:
vorbiscommentids.h:55
Media::VorbisCommentIds::originalMediaType
TAG_PARSER_EXPORT const char * originalMediaType()
Definition:
vorbiscommentids.h:76
Media::VorbisCommentIds::contentType
TAG_PARSER_EXPORT const char * contentType()
Definition:
vorbiscommentids.h:79
Media::VorbisCommentIds::sourceMedia
TAG_PARSER_EXPORT const char * sourceMedia()
Definition:
vorbiscommentids.h:115
Media::VorbisCommentIds::isrc
TAG_PARSER_EXPORT const char * isrc()
Definition:
vorbiscommentids.h:88
Media::VorbisCommentIds::encoder
TAG_PARSER_EXPORT const char * encoder()
Definition:
vorbiscommentids.h:67
Media::VorbisCommentIds::license
TAG_PARSER_EXPORT const char * license()
Definition:
vorbiscommentids.h:106
Media::VorbisCommentIds::opus
TAG_PARSER_EXPORT const char * opus()
Definition:
vorbiscommentids.h:112
Media::VorbisCommentIds::encoderSettings
TAG_PARSER_EXPORT const char * encoderSettings()
Definition:
vorbiscommentids.h:97
Media::VorbisCommentIds::eanupn
TAG_PARSER_EXPORT const char * eanupn()
Definition:
vorbiscommentids.h:91
Media::VorbisCommentIds::title
TAG_PARSER_EXPORT const char * title()
Definition:
vorbiscommentids.h:25
Media::VorbisCommentIds::copyright
TAG_PARSER_EXPORT const char * copyright()
Definition:
vorbiscommentids.h:109
Media::VorbisCommentIds::artist
TAG_PARSER_EXPORT const char * artist()
Definition:
vorbiscommentids.h:31
Media::VorbisCommentIds::diskNumber
TAG_PARSER_EXPORT const char * diskNumber()
Definition:
vorbiscommentids.h:16
Media::VorbisCommentIds::date
TAG_PARSER_EXPORT const char * date()
Definition:
vorbiscommentids.h:100
Media::VorbisCommentIds::subject
TAG_PARSER_EXPORT const char * subject()
Definition:
vorbiscommentids.h:82
Media::VorbisCommentIds::publisher
TAG_PARSER_EXPORT const char * publisher()
Definition:
vorbiscommentids.h:70
Media::VorbisCommentIds::album
TAG_PARSER_EXPORT const char * album()
Definition:
vorbiscommentids.h:34
Media::VorbisCommentIds::labelNo
TAG_PARSER_EXPORT const char * labelNo()
Definition:
vorbiscommentids.h:40
Media::VorbisCommentIds::composer
TAG_PARSER_EXPORT const char * composer()
Definition:
vorbiscommentids.h:49
Media::VorbisCommentIds::conductor
TAG_PARSER_EXPORT const char * conductor()
Definition:
vorbiscommentids.h:64
Media::VorbisCommentIds::ensemble
TAG_PARSER_EXPORT const char * ensemble()
Definition:
vorbiscommentids.h:52
Media::VorbisCommentIds::description
TAG_PARSER_EXPORT const char * description()
Definition:
vorbiscommentids.h:85
Media::VorbisCommentIds::label
TAG_PARSER_EXPORT const char * label()
Definition:
vorbiscommentids.h:37
Media::VorbisCommentIds::partNumber
TAG_PARSER_EXPORT const char * partNumber()
Definition:
vorbiscommentids.h:22
Media::VorbisCommentIds::lyricist
TAG_PARSER_EXPORT const char * lyricist()
Definition:
vorbiscommentids.h:58
Media
Contains all classes and functions of the TagInfo library.
Definition:
exceptions.h:9
Media::VorbisCommentIds::author
TAG_PARSER_EXPORT const char * author()
Definition:
vorbiscommentids.h:61
Media::VorbisCommentIds::part
TAG_PARSER_EXPORT const char * part()
Definition:
vorbiscommentids.h:19
Media::VorbisCommentIds::location
TAG_PARSER_EXPORT const char * location()
Definition:
vorbiscommentids.h:103
TAG_PARSER_EXPORT
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.
Media::VorbisCommentIds::comment
TAG_PARSER_EXPORT const char * comment()
Definition:
vorbiscommentids.h:94
Media::VorbisCommentIds::genre
TAG_PARSER_EXPORT const char * genre()
Definition:
vorbiscommentids.h:73
Media::VorbisCommentIds::performer
TAG_PARSER_EXPORT const char * performer()
Definition:
vorbiscommentids.h:46
Media::VorbisCommentIds::version
TAG_PARSER_EXPORT const char * version()
Definition:
vorbiscommentids.h:28
Generated on Thu Sep 14 2017 23:03:28 for Tag Parser by
1.8.13