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, bool?)

    Converts an opus error code into a human-readable string.

    Declaration
    public static string StringError(int error, bool? use_static = null)
    Parameters
    Type Name Description
    int error

    Error number.

    bool? use_static

    Set to true to force static imports, false to force dynamic imports, or null to auto-select based on platform.

    Returns
    Type Description
    string

    Error string.

    | Edit this page View Source

    Version(bool?)

    Gets the libopus version string.

    Declaration
    public static string Version(bool? use_static = null)
    Parameters
    Type Name Description
    bool? use_static

    Set to true to force static imports, false to force dynamic imports, or null to auto-select based on platform.

    Returns
    Type Description
    string

    Version string.