|
Functions | |
const char * | opus_strerror (int error) |
Converts an opus error code into a human readable string. More... | |
const char * | opus_get_version_string (void) |
Gets the libopus version string. More... | |
const char* opus_get_version_string | ( | void | ) |
Gets the libopus version string.
Applications may look for the substring "-fixed" in the version string to determine whether they have a fixed-point or floating-point build at runtime.
const char* opus_strerror | ( | int | error | ) |
Converts an opus error code into a human readable string.
[in] | error | int : Error number |
For more information visit the Opus Website. | Generated by doxygen 1.8.11 |