libopenmpt 0.7.11+release
cross-platform C++ and C library to decode tracked music files
|
Functions | |
LIBOPENMPT_CXX_API std::string | get (const std::string &key) |
Get library related metadata. More... | |
Variables | |
static const char library_version | LIBOPENMPT_ATTR_DEPRECATED [] = "library_version" |
Return a verbose library version string from openmpt::string::get(). More... | |
LIBOPENMPT_CXX_API std::string openmpt::string::get | ( | const std::string & | key | ) |
Get library related metadata.
key | Key to query. Possible keys are:
|
|
static |
Return a verbose library version string from openmpt::string::get().
Return the libopenmpt license from openmpt::string::get().
Return contact information about libopenmpt from openmpt::string::get().
Return all contributors from openmpt::string::get().
Return information about the current build (e.g. the build date or compiler used) from openmpt::string::get().
Return a verbose OpenMPT core version string from openmpt::string::get().
Return a verbose library features string from openmpt::string::get().
"library_version"
directly. "library_features"
directly. "core_version"
directly. "build"
directly. "credits"
directly. "contact"
directly. "license"
directly.