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