opus_libinfo - Opus library information functions
Contents
Detailed Description
Function Documentation
constchar*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.
Returns
Version string
constchar*opus_strerror(interror)
Converts an opus error code into a human readable string.
Parameterserror int: Error number
Returns
Error string
Name
opus_libinfo - Opus library information functions
Synopsis
Functions
const char * opus_strerror (int error)
Converts an opus error code into a human readable string.
const char * opus_get_version_string (void)
Gets the libopus version string.
