Tag Parser
12.4.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
tests
helper.cpp
Go to the documentation of this file.
1
#include "
./helper.h
"
2
3
namespace
CppUtilities
{
4
8
std::ostream &
operator<<
(std::ostream &os,
const
TagParser::TagTextEncoding
&encoding)
9
{
10
using namespace
TagParser
;
11
switch
(encoding) {
12
case
TagTextEncoding::Unspecified:
13
return
os <<
"unspecified"
;
14
case
TagTextEncoding::Latin1:
15
return
os <<
"Latin-1"
;
16
case
TagTextEncoding::Utf8:
17
return
os <<
"UTF-8"
;
18
case
TagTextEncoding::Utf16LittleEndian:
19
return
os <<
"UTF-16 LE"
;
20
case
TagTextEncoding::Utf16BigEndian:
21
return
os <<
"UTF-16 BE"
;
22
}
23
return
os;
24
}
8
std::ostream &
operator<<
(std::ostream &os,
const
TagParser::TagTextEncoding
&encoding) {
…
}
25
26
}
// namespace CppUtilities
helper.h
CppUtilities
Definition
abstractcontainer.h:16
CppUtilities::operator<<
std::ostream & operator<<(std::ostream &os, const TagParser::TagTextEncoding &encoding)
Prints a TagTextEncoding to enable CPPUNIT_ASSERT_EQUAL for tag values.
Definition
helper.cpp:8
TagParser
Contains all classes and functions of the TagInfo library.
Definition
aaccodebook.h:10
TagParser::TagTextEncoding
TagTextEncoding
Specifies the text encoding.
Definition
tagvalue.h:29
Generated on Tue Dec 3 2024 17:03:31 for Tag Parser by
1.12.0