Tag Parser
12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
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
}
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 Sun Sep 22 2024 20:12:46 for Tag Parser by
1.12.0