uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <limits>
#include <string>
#include <span>
Go to the source code of this file.
Classes | |
struct | cli::opts_t |
Namespaces | |
namespace | cli |
Functions | |
bool | cli::opts_parse (cli::opts_t &opts, const int &argc, const std::span< const char *const > &args) |
Parse command line options. | |
void | cli::print_usage (void) |
Print the default usage of the application. | |
void | cli::print_version (void) |
Print the version of the uvgVPCCenc library. | |
void | cli::print_help (void) |
Print the help message of the application. | |
Command line interface