Search Results for

    Show / Hide Table of Contents

    Class AudioBufferEventArgs

    Provides data for events related to AudioBuffer.

    Inheritance
    object
    EventArgs
    AudioBufferEventArgs
    Namespace: Evergine.Common.Audio
    Assembly: Evergine.Common.dll
    Syntax
    public class AudioBufferEventArgs : EventArgs

    Constructors

    AudioBufferEventArgs(AudioBuffer)

    Initializes a new instance of the AudioBufferEventArgs class.

    Declaration
    public AudioBufferEventArgs(AudioBuffer buffer)
    Parameters
    Type Name Description
    AudioBuffer buffer

    The buffer associated with the event.

    Properties

    Buffer

    Gets the buffer associated with the event.

    Declaration
    public AudioBuffer Buffer { get; }
    Property Value
    Type Description
    AudioBuffer

    Extension Methods

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