webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
Opus library information functions

Functions

OPUS_EXPORT const char * opus_strerror (int error)
 
OPUS_EXPORT const char * opus_get_version_string (void)
 

Detailed Description

Function Documentation

◆ opus_get_version_string()

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.

Returns
Version string

◆ opus_strerror()

OPUS_EXPORT const char* opus_strerror ( int  error)

Converts an opus error code into a human readable string.

Parameters
[in]errorint: Error number
Returns
Error string