Tag Parser
8.0.0
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
IoUtilities
;
10
11
namespace
TagParser
{
12
24
void
Av1Configuration::parse(BinaryReader &reader, uint64 maxSize,
Diagnostics
&diag)
25
{
26
VAR_UNUSED(reader)
27
VAR_UNUSED(maxSize)
28
VAR_UNUSED(diag)
29
throw
NotImplementedException
();
30
}
31
32
}
// namespace TagParser
TagParser::NotImplementedException
This exception is thrown when the an operation is invoked that has not been implemented yet...
Definition:
exceptions.h:53
std
STL namespace.
IoUtilities
Contains utility classes helping to read and write streams.
Definition:
abstractcontainer.h:15
av1configuration.h
TagParser
Contains all classes and functions of the TagInfo library.
Definition:
aaccodebook.h:9
TagParser::Diagnostics
The Diagnostics class is a container for DiagMessage.
Definition:
diagnostics.h:156
Generated on Wed Sep 26 2018 14:50:47 for Tag Parser by
1.8.14