|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
| OPUS_EXPORT const char * | opus_strerror (int error) |
| OPUS_EXPORT const char * | opus_get_version_string (void) |
| OPUS_EXPORT 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.
| OPUS_EXPORT const char* opus_strerror | ( | int | error | ) |
Converts an opus error code into a human readable string.
| [in] | error | int: Error number |
1.8.13