Tag Parser  6.5.0
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 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
TAG_PARSER_EXPORT const char * trackNumber()
TAG_PARSER_EXPORT const char * language()
TAG_PARSER_EXPORT const char * cover()
TAG_PARSER_EXPORT const char * arranger()
TAG_PARSER_EXPORT const char * originalMediaType()
TAG_PARSER_EXPORT const char * contentType()
TAG_PARSER_EXPORT const char * sourceMedia()
TAG_PARSER_EXPORT const char * isrc()
TAG_PARSER_EXPORT const char * encoder()
TAG_PARSER_EXPORT const char * license()
TAG_PARSER_EXPORT const char * opus()
TAG_PARSER_EXPORT const char * encoderSettings()
TAG_PARSER_EXPORT const char * eanupn()
TAG_PARSER_EXPORT const char * title()
TAG_PARSER_EXPORT const char * copyright()
TAG_PARSER_EXPORT const char * artist()
TAG_PARSER_EXPORT const char * diskNumber()
TAG_PARSER_EXPORT const char * date()
TAG_PARSER_EXPORT const char * subject()
TAG_PARSER_EXPORT const char * publisher()
TAG_PARSER_EXPORT const char * album()
TAG_PARSER_EXPORT const char * labelNo()
TAG_PARSER_EXPORT const char * composer()
TAG_PARSER_EXPORT const char * conductor()
TAG_PARSER_EXPORT const char * ensemble()
TAG_PARSER_EXPORT const char * description()
TAG_PARSER_EXPORT const char * label()
TAG_PARSER_EXPORT const char * partNumber()
TAG_PARSER_EXPORT const char * lyricist()
Contains all classes and functions of the TagInfo library.
Definition: exceptions.h:9
TAG_PARSER_EXPORT const char * author()
TAG_PARSER_EXPORT const char * part()
TAG_PARSER_EXPORT const char * location()
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.
TAG_PARSER_EXPORT const char * comment()
TAG_PARSER_EXPORT const char * genre()
TAG_PARSER_EXPORT const char * performer()
TAG_PARSER_EXPORT const char * version()