uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
Classes | |
struct | opts_t |
Functions | |
bool | opts_parse (cli::opts_t &opts, const int &argc, const std::span< const char *const > &args) |
Parse command line options. | |
void | print_usage (void) |
Print the default usage of the application. | |
void | print_version (void) |
Print the version of the uvgVPCCenc library. | |
void | print_help (void) |
Print the help message of the application. | |
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_help | ( | void | ) |
Print the help message of the application.
<br> |
void cli::print_usage | ( | void | ) |
Print the default usage of the application.
<br> |
void cli::print_version | ( | void | ) |
Print the version of the uvgVPCCenc library.
<br> |