logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

opus_libinfo - Opus library information functions

Author

Generated automatically by Doxygen for Opus from the source code. Version 1.5.2 Wed Jul 3 2024 11:41:33 opus_libinfo(3)

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.

See Also