#include "./matroskacontainer.h"
#include "./ebmlid.h"
#include "./matroskacues.h"
#include "./matroskaeditionentry.h"
#include "./matroskaid.h"
#include "./matroskaseekinfo.h"
#include "../backuphelper.h"
#include "../exceptions.h"
#include "../mediafileinfo.h"
#include "resources/config.h"
#include <c++utilities/conversion/stringbuilder.h>
#include <c++utilities/conversion/stringconversion.h>
#include <unistd.h>
#include <chrono>
#include <functional>
#include <initializer_list>
#include <limits>
#include <memory>
#include <random>
#include <unordered_set>
Go to the source code of this file.
|
| TagParser |
| Contains all classes and functions of the TagInfo library.
|
|
|
bool | TagParser::sameOffset (std::uint64_t offset, const EbmlElement *element) |
| Returns an indication whether offset equals the start offset of element. More...
|
|
bool | TagParser::excludesOffset (const vector< EbmlElement * > &elements, std::uint64_t offset) |
| Returns whether none of the specified elements have the specified offset. More...
|
|