Search Results for

    Show / Hide Table of Contents

    Enum AudioBufferStates

    Describes the possible values of the property State.

    Namespace: Evergine.Common.Audio
    Assembly: Evergine.Common.dll
    Syntax
    public enum AudioBufferStates

    Fields

    Name Description
    Disposed

    The buffer has been disposed of and wave data removed from memory. The buffer cannot be changed or enqueued in an AudioSource at this time.

    Pending

    There is at least one AudioSource for which the buffer has been queued. The buffer cannot be disposed of or changed at this time.

    Unused

    The buffer is not included in any queue for any AudioSource. In particular, the buffer is neither pending nor current for any source. The buffer can be disposed of or changed at this time.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX