OpusSharp OpusSharp
OpusSharp OpusSharp
DocFX + Singulink = ♥

Search Results for

    Edit this page

    Class StaticOpusDecoderSafeHandle

    Managed wrapper over the OpusDecoder state (statically linked).

    Inheritance
    object
    CriticalFinalizerObject
    SafeHandle
    OpusDecoderSafeHandle
    StaticOpusDecoderSafeHandle
    Implements
    IDisposable
    Inherited Members
    OpusDecoderSafeHandle.IsInvalid
    SafeHandle.handle
    SafeHandle.Close()
    SafeHandle.DangerousAddRef(ref bool)
    SafeHandle.DangerousGetHandle()
    SafeHandle.DangerousRelease()
    SafeHandle.Dispose()
    SafeHandle.Dispose(bool)
    SafeHandle.SetHandle(IntPtr)
    SafeHandle.SetHandleAsInvalid()
    SafeHandle.IsClosed
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpusSharp.Core.SafeHandlers
    Assembly: OpusSharp.Core.dll
    Syntax
    public class StaticOpusDecoderSafeHandle : OpusDecoderSafeHandle, IDisposable

    Methods

    | Edit this page View Source

    ReleaseHandle()

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    bool
    Overrides
    OpusDecoderSafeHandle.ReleaseHandle()

    Implements

    IDisposable