Tag Parser
9.1.2
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
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
TagParser::Diagnostics
The Diagnostics class is a container for DiagMessage.
Definition:
diagnostics.h:156
av1configuration.h
TagParser
Contains all classes and functions of the TagInfo library.
Definition:
aaccodebook.h:10
CppUtilities
Definition:
abstractcontainer.h:15
TagParser::NotImplementedException
This exception is thrown when the an operation is invoked that has not been implemented yet.
Definition:
exceptions.h:60
Generated on Wed Feb 12 2020 10:06:02 for Tag Parser by
1.8.17