OpusSharp OpusSharp
OpusSharp OpusSharp
DocFX + Singulink = ♥

Search Results for

    Edit this page

    Class OpusDREDDecoderSafeHandle

    Managed wrapper over the OpusDREDDecoder state.

    Inheritance
    object
    CriticalFinalizerObject
    SafeHandle
    OpusDREDDecoderSafeHandle
    Implements
    IDisposable
    Inherited Members
    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 OpusDREDDecoderSafeHandle : SafeHandle, IDisposable

    Constructors

    | Edit this page View Source

    OpusDREDDecoderSafeHandle()

    Creates a new OpusDecoderSafeHandle.

    Declaration
    public OpusDREDDecoderSafeHandle()

    Properties

    | Edit this page View Source

    IsInvalid

    Declaration
    public override bool IsInvalid { get; }
    Property Value
    Type Description
    bool
    Overrides
    SafeHandle.IsInvalid

    Methods

    | Edit this page View Source

    ReleaseHandle()

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

    Implements

    IDisposable