Tag Parser
12.5.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Variables
Typedefs
Enumerations
a
b
c
d
e
f
g
i
k
l
m
p
r
s
t
v
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
c
d
f
i
t
Related Symbols
:
f
g
i
m
o
t
w
Files
File List
File Members
All
Functions
Variables
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
global.h
Go to the documentation of this file.
1
// Created via CMake from template global.h.in
2
// WARNING! Any changes to this file will be overwritten by the next CMake run!
3
4
#ifndef TAG_PARSER_GLOBAL
5
#define TAG_PARSER_GLOBAL
6
7
#include "tagparser-definitions.h"
8
#include <c++utilities/application/global.h>
9
10
#ifdef TAG_PARSER_STATIC
11
#define TAG_PARSER_EXPORT
12
#define TAG_PARSER_IMPORT
13
#else
14
#define TAG_PARSER_EXPORT CPP_UTILITIES_GENERIC_LIB_EXPORT
15
#define TAG_PARSER_IMPORT CPP_UTILITIES_GENERIC_LIB_IMPORT
16
#endif
17
22
27
28
#endif
// TAG_PARSER_GLOBAL
Generated on Thu Apr 3 2025 20:33:00 for Tag Parser by
1.13.2