3#include "../diagnostics.h"
4#include "../exceptions.h"
6#include <c++utilities/io/binaryreader.h>
26 CPP_UTILITIES_UNUSED(reader)
27 CPP_UTILITIES_UNUSED(maxSize)
28 CPP_UTILITIES_UNUSED(diag)
The Diagnostics class is a container for DiagMessage.
This exception is thrown when the an operation is invoked that has not been implemented yet.
Contains all classes and functions of the TagInfo library.
void parse(CppUtilities::BinaryReader &reader, std::uint64_t maxSize, Diagnostics &diag)
Parses the AV1 configuration using the specified reader.