Opus Library
Functions
Opus library information functions

Functions

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

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
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale