|
uvgVPCCenc 1.2.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <cstddef>#include <limits>#include <string>#include <vector>#include "uvgutils/parameterManager.hpp"#include "uvgutils/utils.hpp"Go to the source code of this file.
Classes | |
| struct | uvgformat::Parameters |
Namespaces | |
| namespace | uvgformat |
Functions | |
| void | uvgformat::initializeParameterMap (Parameters ¶m) |
| void | uvgformat::setParameterValue (const std::string ¶meterName, const std::string ¶meterValue, const bool &fromPreset) |
Variables | |
| const Parameters * | uvgformat::p_ = ¶m |
| Read-only view of the active parameters. nullptr until initializeFormat() is called. | |