Class OpusInfo
Provides information about the opus DLL.
Inherited Members
Namespace: OpusSharp.Core
Assembly: OpusSharp.Core.dll
Syntax
public class OpusInfo
Methods
| Edit this page View SourceStringError(int)
Converts an opus error code into a human-readable string.
Declaration
public static string StringError(int error)
Parameters
Type | Name | Description |
---|---|---|
int | error | Error number. |
Returns
Type | Description |
---|---|
string | Error string. |
Version()
Gets the libopus version string.
Declaration
public static string Version()
Returns
Type | Description |
---|---|
string | Version string. |