OpusSharp OpusSharp
OpusSharp OpusSharp
DocFX + Singulink = ♥

Search Results for

    Edit this page

    Class OpusInfo

    Provides information about the opus DLL.

    Inheritance
    object
    OpusInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpusSharp.Core
    Assembly: OpusSharp.Core.dll
    Syntax
    public class OpusInfo

    Methods

    | Edit this page View Source

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

    | Edit this page View Source

    Version()

    Gets the libopus version string.

    Declaration
    public static string Version()
    Returns
    Type Description
    string

    Version string.