3 #include "../exceptions.h"
5 #include <c++utilities/io/binaryreader.h>
21 void IvfFrame::parseHeader(CppUtilities::BinaryReader &reader,
Diagnostics &diag)
23 CPP_UTILITIES_UNUSED(diag)
24 startOffset =
static_cast<std::uint64_t
>(reader.stream()->tellg());
25 size = reader.readUInt32BE();
26 timestamp = reader.readUInt64BE();
The Diagnostics class is a container for DiagMessage.
Contains all classes and functions of the TagInfo library.