Opus
IETF low-delay audio codec: API and operations manual
1.0.3
 All Files Functions Typedefs Macros Groups Pages
Functions
Opus library information functions

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...
 

Detailed Description

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]errorint: Error number
Returns
Error string
For more information visit the Opus Website.