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
av1
av1configuration.cpp
Go to the documentation of this file.
1
#include "
./av1configuration.h
"
2
3
#include "
../diagnostics.h
"
4
#include "
../exceptions.h
"
5
6
#include <c++utilities/io/binaryreader.h>
7
8
using namespace
std;
9
using namespace
CppUtilities
;
10
11
namespace
TagParser
{
12
24
void
Av1Configuration::parse
(BinaryReader &reader, std::uint64_t maxSize,
Diagnostics
&diag)
25
{
26
CPP_UTILITIES_UNUSED(reader)
27
CPP_UTILITIES_UNUSED(maxSize)
28
CPP_UTILITIES_UNUSED(diag)
29
throw
NotImplementedException
();
30
}
24
void
Av1Configuration::parse
(BinaryReader &reader, std::uint64_t maxSize,
Diagnostics
&diag) {
…
}
31
32
}
// namespace TagParser
av1configuration.h
TagParser::Diagnostics
The Diagnostics class is a container for DiagMessage.
Definition
diagnostics.h:156
TagParser::NotImplementedException
This exception is thrown when the an operation is invoked that has not been implemented yet.
diagnostics.h
exceptions.h
CppUtilities
Definition
abstractcontainer.h:16
TagParser
Contains all classes and functions of the TagInfo library.
Definition
aaccodebook.h:10
TagParser::Av1Configuration::parse
void parse(CppUtilities::BinaryReader &reader, std::uint64_t maxSize, Diagnostics &diag)
Parses the AV1 configuration using the specified reader.
Definition
av1configuration.cpp:24
Generated on Tue Dec 3 2024 17:03:31 for Tag Parser by
1.12.0