|
uvgVPCCenc 1.2.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <cstddef>#include <stdexcept>#include <string>#include <unordered_map>Go to the source code of this file.
Classes | |
| struct | uvgutils::ParameterInfo |
Namespaces | |
| namespace | uvgutils |
Typedefs | |
| using | uvgutils::ParameterMap = std::unordered_map< std::string, ParameterInfo > |
Enumerations | |
| enum | uvgutils::ParameterType { uvgutils::BOOL , uvgutils::INT , uvgutils::UINT , uvgutils::STRING , uvgutils::FLOAT , uvgutils::DOUBLE } |
Functions | |
| void | uvgutils::setParameterValue (ParameterMap ¶meterMap, const std::string ¶meterName, const std::string ¶meterValue, bool fromPreset) |