Functions

Opus library information functions

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.

Function Documentation

const char* opus_get_version_string ( void   ) 

Gets the libopus version string.

Returns:
Version string
const char* opus_strerror ( int  error  ) 

Converts an opus error code into a human readable string.

Parameters:
[in] error int: Error number
Returns:
Error string
 All Files Functions Typedefs Defines