|
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. |
©2016 Generated on Wed Jan 13 2016 08:29:44 for Opus by doxygen 1.8.10 |