libopenmpt
0.2.5787-autotools
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 [] = "library_version" |
Return a verbose library version string from openmpt::string::get(). More... | |
static const char | library_features [] = "library_features" |
Return a verbose library features string from openmpt::string::get(). More... | |
static const char | core_version [] = "core_version" |
Return a verbose OpenMPT core version string from openmpt::string::get(). More... | |
static const char | build [] = "build" |
Return information about the current build (e.g. the build date or compiler used) from openmpt::string::get(). More... | |
static const char | credits [] = "credits" |
Return all contributors from openmpt::string::get(). More... | |
static const char | contact [] = "contact" |
Return contact infromation about libopenmpt from openmpt::string::get(). More... | |
static const char | license [] = "license" |
Return the libopenmpt license 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. |
|
static |
Return information about the current build (e.g. the build date or compiler used) from openmpt::string::get().
|
static |
Return contact infromation about libopenmpt from openmpt::string::get().
|
static |
Return a verbose OpenMPT core version string from openmpt::string::get().
|
static |
Return all contributors from openmpt::string::get().
|
static |
Return a verbose library features string from openmpt::string::get().
|
static |
Return a verbose library version string from openmpt::string::get().
|
static |
Return the libopenmpt license from openmpt::string::get().