SpeexDSPSharp SpeexDSPSharp
SpeexDSPSharp SpeexDSPSharp
DocFX + Singulink = ♥

Search Results for

    Edit this page

    Class SpeexDSPJitterBufferSafeHandler

    Managed wrapper over the SpeexDSPJitterBuffer state.

    Inheritance
    object
    CriticalFinalizerObject
    SafeHandle
    SpeexDSPJitterBufferSafeHandler
    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: SpeexDSPSharp.Core.SafeHandlers
    Assembly: SpeexDSPSharp.Core.dll
    Syntax
    public class SpeexDSPJitterBufferSafeHandler : SafeHandle, IDisposable

    Constructors

    | Edit this page View Source

    SpeexDSPJitterBufferSafeHandler()

    Creates a new SpeexDSPJitterBufferSafeHandler.

    Declaration
    public SpeexDSPJitterBufferSafeHandler()

    Properties

    | Edit this page View Source

    IsInvalid

    When overridden in a derived class, gets a value indicating whether the handle value is invalid.

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

    true if the handle value is invalid; otherwise, false.

    Overrides
    SafeHandle.IsInvalid

    Methods

    | Edit this page View Source

    ReleaseHandle()

    When overridden in a derived class, executes the code required to free the handle.

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    bool

    true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant.

    Overrides
    SafeHandle.ReleaseHandle()

    Implements

    IDisposable