Class AudioBufferEventArgs
Provides data for events related to AudioBuffer.
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 |